-
CONFIG_FLASH_SIMULATOR
¶
Flash simulator
Type: bool
Help¶
Enable the flash simulator.
Direct dependencies¶
(FLASH
&& BOARD_NATIVE_POSIX
) || (FLASH
&& BOARD_QEMU_X86
) || FLASH
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/posix/native_posix/Kconfig.defconfig:72
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config FLASH_SIMULATOR
bool
default y
depends on FLASH && BOARD_NATIVE_POSIX
At <Zephyr>/boards/x86/qemu_x86/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config FLASH_SIMULATOR
bool
default y
depends on FLASH && BOARD_QEMU_X86
At <Zephyr>/drivers/flash/Kconfig.simulator:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:85
Menu path: (Top) → Device Drivers → Flash hardware support
menuconfig FLASH_SIMULATOR
bool "Flash simulator"
select STATS
select STATS_NAMES
select FLASH_HAS_PAGE_LAYOUT
select FLASH_HAS_DRIVER_ENABLED
depends on FLASH
help
Enable the flash simulator.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)