Skip to content

Commit 9bb7da0

Browse files
Pavlo HamovMaureenHelm
Pavlo Hamov
authored andcommitted
drivers: flash: add omitted dependency
FLASH_SHELL must depend on the base SHELL Signed-off-by: Pavlo Hamov <[email protected]>
1 parent f06fa77 commit 9bb7da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ source "subsys/logging/Kconfig.template.log_config"
3333

3434
config FLASH_SHELL
3535
bool "Enable Flash shell"
36-
depends on FLASH_PAGE_LAYOUT
36+
depends on SHELL && FLASH_PAGE_LAYOUT
3737
help
3838
Enable the flash shell with flash related commands such as test,
3939
write, read and erase.

0 commit comments

Comments
 (0)