net: log: Do not select STDOUT_CONSOLE

printk is anyway the routine being selected for sys_log.

Change-Id: Id6b516aa6ab8d4d420b9afe22b5e6b832dd3e216
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2016-12-16 10:25:20 +01:00
commit 4308da9288

View file

@ -19,7 +19,6 @@
menuconfig NET_LOG
bool "Enable network stack logging and debugging"
default n
select STDOUT_CONSOLE
select SYS_LOG
help
Enable logging in various parts of the network stack.