:orphan: .. title:: CONFIG_FLASH_SIMULATOR_SIMULATE_TIMING .. kconfig:: CONFIG_FLASH_SIMULATOR_SIMULATE_TIMING CONFIG_FLASH_SIMULATOR_SIMULATE_TIMING ###################################### *Enable hardware timing simulation* Type: ``bool`` Direct dependencies =================== \ :kconfig:`FLASH_SIMULATOR ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/flash/Kconfig.simulator:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:89`` Menu path: (Top) → Device Drivers → Flash hardware support → Flash simulator .. code-block:: kconfig 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.)*