blob: 3b005a43afdebb81b29571cd198787ab45143794 [file] [log] [blame]
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