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:
Pavlo Hamov 2019-10-04 14:13:29 +03:00 committed by Maureen Helm
commit 9bb7da060b

View file

@ -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.