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:
parent
be0dff6844
commit
3f8bdf16f9
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue