:orphan: .. title:: FLASH_SIMULATOR_MIN_ERASE_TIME_US .. option:: CONFIG_FLASH_SIMULATOR_MIN_ERASE_TIME_US *Minimum erase time (µS)* Type: ``int`` Direct dependencies =================== \ :option:`FLASH_SIMULATOR_SIMULATE_TIMING ` && \ :option:`FLASH_SIMULATOR ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2000 Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.simulator:65`` 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_MIN_ERASE_TIME_US int "Minimum erase time (µS)" range 1 1000000 default 2000 depends on \ :option:`FLASH_SIMULATOR_SIMULATE_TIMING ` && \ :option:`FLASH_SIMULATOR ` && \ :option:`FLASH ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*