zephyr/subsys/net
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
..
ip net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
lib net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
buf.c net: buf: Move net_buf_pool objects to dedicated linker area 2017-06-16 17:05:06 +03:00
Kconfig Kconfig: make all syslog variables depend on SYS_LOG 2017-08-04 14:34:54 -05:00
Makefile net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
TODO Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00