:orphan: .. title:: EEPROM_SIMULATOR .. option:: CONFIG_EEPROM_SIMULATOR *Simulated EEPROM driver* Type: ``bool`` Help ==== Enable Simulated EEPROM driver. Direct dependencies =================== (\ :option:`EEPROM ` && \ :option:`BOARD_NATIVE_POSIX `) || \ :option:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`STATS ` - \ :option:`STATS_NAMES ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/posix/native_posix/Kconfig.defconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config EEPROM_SIMULATOR bool default y depends on \ :option:`EEPROM ` && \ :option:`BOARD_NATIVE_POSIX ` ---- At ``drivers/eeprom/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. parsed-literal:: config EEPROM_SIMULATOR bool "Simulated EEPROM driver" select \ :option:`STATS ` select \ :option:`STATS_NAMES ` depends on \ :option:`EEPROM ` help Enable Simulated EEPROM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*