zephyr/subsys/net/lib
Paul Sokolovsky c7da45f9e2 net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined
This is useful to enable error/warning logging across the net
codebase (less useful for debug level logging, but that's true
for CONFIG_NET_LOG_GLOBAL already).

Implementation-wise, instead of keeping adding to long list of
"select"'s in CONFIG_NET_LOG_GLOBAL and thus introduce component
inter-dependencies, add "default y if NET_LOG_GLOBAL" to
individual components' logging options.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-09-18 08:19:27 -04:00
..
app net: app: Init static IPv6 address properly 2017-09-12 16:58:24 +03:00
dns net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
http net: Remove check for k_delayed_work_cancel 2017-08-25 15:34:40 -04:00
lwm2m net: lwm2m: save lwm2m_ctx instead of net_app_ctx in observer 2017-09-18 10:26:41 +03:00
mqtt net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
sockets net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
zoap net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
Kbuild net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00
Kconfig net: sockets: Move under "Network Application Support" heading 2017-08-15 09:20:27 -04:00
Makefile net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00