shell: kernel: select dependencies

The kernel shell module is useless without those options being enabled.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-05-29 06:35:05 -04:00
commit 3f8bdf16f9

View file

@ -6,6 +6,10 @@
config KERNEL_SHELL config KERNEL_SHELL
bool "Enable kernel shell" bool "Enable kernel shell"
default y default y
imply INIT_STACKS
imply THREAD_MONITOR
imply THREAD_NAME
imply THREAD_STACK_INFO
help help
This shell provides access to basic kernel data like version, uptime This shell provides access to basic kernel data like version, uptime
and other useful information. and other useful information.