-
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:76
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config FLASH_SIMULATOR bool default y depends onFLASH
&&BOARD_NATIVE_POSIX
At <Zephyr>/boards/x86/qemu_x86/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config FLASH_SIMULATOR bool default y depends onFLASH
&&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:79
Menu path: (Top) → Device Drivers → Flash hardware support
menuconfig FLASH_SIMULATOR bool "Flash simulator" selectSTATS
selectSTATS_NAMES
selectFLASH_HAS_PAGE_LAYOUT
selectFLASH_HAS_DRIVER_ENABLED
depends onFLASH
help Enable the flash simulator.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)