The shell subsystem, as it is today, depends on having a UART, therefore let's add the dependency explicitly in its Kconfig Fixes #10190 Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_BACKEND_UART=n
|
|
CONFIG_KERNEL_SHELL=y
|
|
CONFIG_THREAD_MONITOR=y
|
|
CONFIG_INIT_STACKS=y
|
|
CONFIG_BOOT_BANNER=n
|
|
CONFIG_THREAD_NAME=y
|