:orphan: .. title:: EEPROM_SIMULATOR_SIMULATE_TIMING .. option:: CONFIG_EEPROM_SIMULATOR_SIMULATE_TIMING *Enable hardware timing simulation* Type: ``bool`` Help ==== Enable Simulated hardware timing. Direct dependencies =================== \ :option:`EEPROM_SIMULATOR ` && \ :option:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/eeprom/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support → Simulated EEPROM driver .. parsed-literal:: config EEPROM_SIMULATOR_SIMULATE_TIMING bool "Enable hardware timing simulation" depends on \ :option:`EEPROM_SIMULATOR ` && \ :option:`EEPROM ` help Enable Simulated hardware timing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*