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