Skip to content

Commit

Permalink
shell: kernel: select dependencies
Browse files Browse the repository at this point in the history
The kernel shell module is useless without those options being enabled.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Jun 25, 2020
1 parent be0dff6 commit 3f8bdf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subsys/shell/modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
config KERNEL_SHELL
bool "Enable kernel shell"
default y
imply INIT_STACKS
imply THREAD_MONITOR
imply THREAD_NAME
imply THREAD_STACK_INFO
help
This shell provides access to basic kernel data like version, uptime
and other useful information.
Expand Down

0 comments on commit 3f8bdf1

Please sign in to comment.