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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue