zephyr/subsys/net/lib
Ulf Magnusson 214ef00db3 kconfig: subsys: net: Remove redundant dependencies
subsys/net/lib/lwm2m/Kconfig.ipso is 'source'd within an 'if LWM2M', in
subsys/net/lib/lwm2m/Kconfig, so the 'depends on LWM2M' is redundant.

The 'depends on NET_IPV4' and 'depends on NET_L2_OPENTHREAD' are within
corresponding 'if's in the same file.

'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:49:59 -05:00
..
coap net: coap: Fix coverity issue 2019-02-27 10:36:39 +01:00
config net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
dns net/dns: Switch mdns responder to new net_pkt API 2019-02-26 01:50:59 +01:00
http net: http: Remove HTTP client and server APIs 2019-01-25 11:21:20 -05:00
lwm2m kconfig: subsys: net: Remove redundant dependencies 2019-03-09 09:49:59 -05:00
mqtt net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
openthread openthread: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06:00
sntp net: sntp: Remove useless comparison 2019-02-28 08:47:10 -06:00
sockets Revert "net: sockets: recv_stream: Check that the underlying net_context active" 2019-03-06 17:40:52 -05:00
socks net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00
tls_credentials drivers: wifi: simplelink: Implement setsockopt() for TLS offload 2018-11-23 09:16:21 -05:00
CMakeLists.txt net: lib: Remove CONFIG_HTTP reference 2019-02-11 22:29:58 -05:00
Kconfig net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00