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:
parent
100474d99d
commit
d9e886bc6e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue