zephyr/drivers/console/shells/Kconfig

21 lines
363 B
Plaintext

config ENABLE_SHELL
bool
prompt "Shell support"
default n
help
Enabling shell services. If it is enabled, kernel shell commands are
also available for use.
if ENABLE_SHELL
config KERNEL_SHELL
bool "Enable kernel shell"
default n
help
This shell provides access to basic kernel data like version, uptime
and other useful information.
endif