shell: enable modules by default if shell is enabled
If shell is enabled then enable all sub-shells if their dependencies are satisfied. This was done for some modules and subsystems but was not consistent. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7c85f4b2f5
commit
ee985d81aa
10 changed files with 12 additions and 0 deletions
|
@ -5,17 +5,20 @@
|
|||
|
||||
config KERNEL_SHELL
|
||||
bool "Enable kernel shell"
|
||||
default y
|
||||
help
|
||||
This shell provides access to basic kernel data like version, uptime
|
||||
and other useful information.
|
||||
|
||||
config DEVICE_SHELL
|
||||
bool "Enable device shell"
|
||||
default y
|
||||
help
|
||||
This shell provides access to basic device data.
|
||||
|
||||
config DATE_SHELL
|
||||
bool "Enable date shell"
|
||||
depends on POSIX_CLOCK
|
||||
default y
|
||||
help
|
||||
This shell provides access to date and time based on Unix time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue