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