drivers: flash: add omitted dependency
FLASH_SHELL must depend on the base SHELL Signed-off-by: Pavlo Hamov <pavlo_hamov@jabil.com>
This commit is contained in:
parent
f06fa770a6
commit
9bb7da060b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ source "subsys/logging/Kconfig.template.log_config"
|
|||
|
||||
config FLASH_SHELL
|
||||
bool "Enable Flash shell"
|
||||
depends on FLASH_PAGE_LAYOUT
|
||||
depends on SHELL && FLASH_PAGE_LAYOUT
|
||||
help
|
||||
Enable the flash shell with flash related commands such as test,
|
||||
write, read and erase.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue