:orphan: .. title:: CONFIG_EEPROM_SIMULATOR_MIN_WRITE_TIME_US .. kconfig:: CONFIG_EEPROM_SIMULATOR_MIN_WRITE_TIME_US CONFIG_EEPROM_SIMULATOR_MIN_WRITE_TIME_US ######################################### *Minimum write time (µS)* Type: ``int`` Direct dependencies =================== \ :kconfig:`EEPROM_SIMULATOR_SIMULATE_TIMING ` && \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/eeprom/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` 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.)*