:orphan: .. title:: EEPROM_SIMULATOR_MIN_WRITE_TIME_US .. option:: CONFIG_EEPROM_SIMULATOR_MIN_WRITE_TIME_US *Minimum write time (µS)* Type: ``int`` Direct dependencies =================== \ :option:`EEPROM_SIMULATOR_SIMULATE_TIMING ` && \ :option:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/eeprom/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support → Simulated EEPROM driver → Enable hardware timing simulation .. code-block:: kconfig config EEPROM_SIMULATOR_MIN_WRITE_TIME_US int "Minimum write time (µS)" range 1 1000000 default 100 depends on EEPROM_SIMULATOR_SIMULATE_TIMING && EEPROM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*