flash: shell: fix dependency on FLASH_PAGE_LAYOUT
Fix dependency, it should depend on FLASH_PAGE_LAYOUT rather than FLASH_HAS_PAGE_LAYOUT. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
63260bf6cf
commit
5846697591
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_HAS_PAGE_LAYOUT
|
||||
depends on 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