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