CONFIG_FLASH_SIMULATOR_SIMULATE_TIMING

Enable hardware timing simulation

Type: bool

Direct dependencies

FLASH_SIMULATOR && FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/flash/Kconfig.simulator:37

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 → Flash simulator

config FLASH_SIMULATOR_SIMULATE_TIMING
    bool "Enable hardware timing simulation"
    depends on FLASH_SIMULATOR && FLASH

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)