zephyr/drivers/modem
Ulf Magnusson 28063dc9ab kconfig: drivers: modem: Remove redundant MODEM_WNCM14A2A deps
These symbols are already within an 'if MODEM_WNCM14A2A', so no need to
put 'depends on MODEM_WNCM14A2A' on them.

Also remove a redundant 'depends on MODEM' from MODEM_WNCM14A2A.
drivers/modem/Kconfig.wncm14a2a is already sourced within an 'if MODEM',
in drivers/modem/Kconfig.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. Dependencies on menus work similarly. There are no
"conditional includes" in Kconfig, so 'if FOO' has no special meaning
around a source. Conditional includes wouldn't be possible, because an
if condition could include (directly or indirectly) forward references
to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 09:58:08 -05:00
..
CMakeLists.txt drivers/modem: Switch wncm14a2a driver to new net_pkt API 2019-02-21 09:30:57 -05:00
Kconfig drivers: modem: wistron kconfig separation 2019-03-01 09:48:12 +01:00
Kconfig.wncm14a2a kconfig: drivers: modem: Remove redundant MODEM_WNCM14A2A deps 2019-03-09 09:58:08 -05:00
modem_receiver.c drivers: modem: fix extra bytes sent by mdm_receiver_send() 2019-03-04 09:40:45 -05:00
modem_shell.c shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
wncm14a2a.c drivers: modem: wncm14a2a: cleanup wncm14a2a_rx() handler block 2019-03-07 04:58:45 -06:00