-
CONFIG_FLASH_SHELL
¶
Enable Flash shell
Type: bool
Help¶
Enable the flash shell with flash related commands such as test, write, read and erase.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/flash/Kconfig:34
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
Menu path: (top menu) → Device Drivers → Flash hardware support
config FLASH_SHELL bool prompt "Enable Flash shell" ifFLASH_PAGE_LAYOUT
&&FLASH
depends onFLASH_PAGE_LAYOUT
&&FLASH
help Enable the flash shell with flash related commands such as test, write, read and erase.
(Definitions include propagated dependencies, including from if’s and menus.)