:orphan: .. title:: FLASH_SIMULATOR_MIN_WRITE_TIME_US .. option:: CONFIG_FLASH_SIMULATOR_MIN_WRITE_TIME_US *Minimum write time (µS)* Type: ``int`` Direct dependencies =================== \ :option:`FLASH_SIMULATOR_SIMULATE_TIMING ` && \ :option:`FLASH_SIMULATOR ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/flash/Kconfig.simulator:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:85`` Menu path: (Top) → Device Drivers → Flash hardware support → Flash simulator .. code-block:: kconfig config FLASH_SIMULATOR_MIN_WRITE_TIME_US int "Minimum write time (µS)" range 1 1000000 default 100 depends on FLASH_SIMULATOR_SIMULATE_TIMING && FLASH_SIMULATOR && FLASH *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*