net: Kconfig: Don't select STDOUT_CONSOLE

The net code doesn't use libc stdio stdout in any way, so there's no
need tweak those options.

Fixes: #5565

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2018-01-05 15:17:08 +02:00 committed by Anas Nashif
commit d9e886bc6e

View file

@ -18,7 +18,6 @@ config NET_BUF
config NET_BUF_LOG
bool "Network buffer logging"
depends on NET_BUF
select STDOUT_CONSOLE
select SYS_LOG
default n
help
@ -54,7 +53,6 @@ config NET_BUF_WARN_ALLOC_INTERVAL
config NET_BUF_SIMPLE_LOG
bool "Network buffer memory debugging"
depends on NET_BUF_LOG
select STDOUT_CONSOLE
select SYS_LOG
default n
help