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

@ -19,6 +19,7 @@ source "subsys/logging/Kconfig.template.log_config"
config CAN_SHELL
bool "Enable CAN Shell"
default y
depends on SHELL
help
Enable CAN Shell for testing.