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:
Anas Nashif 2020-05-28 10:34:29 -04:00
commit ee985d81aa
10 changed files with 12 additions and 0 deletions

View file

@ -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.