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

@ -15,6 +15,7 @@ config HWINFO_HAS_DRIVER
config HWINFO_SHELL
bool "Enable HWINFO Shell"
default y
depends on SHELL
help
Enable hwinfo Shell for testing.