:orphan: .. title:: FLASH_SIMULATOR_SIMULATE_TIMING .. option:: CONFIG_FLASH_SIMULATOR_SIMULATE_TIMING *Enable hardware timing simulation* Type: ``bool`` Direct dependencies =================== \ :option:`FLASH_SIMULATOR ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.simulator:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:83`` Menu path: (Top) → Device Drivers → Flash hardware support → Flash simulator .. parsed-literal:: config FLASH_SIMULATOR_SIMULATE_TIMING bool "Enable hardware timing simulation" depends on \ :option:`FLASH_SIMULATOR ` && \ :option:`FLASH ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*