:orphan: .. title:: CONFIG_EEPROM_SIMULATOR .. kconfig:: CONFIG_EEPROM_SIMULATOR CONFIG_EEPROM_SIMULATOR ####################### *Simulated EEPROM driver* Type: ``bool`` Help ==== .. code-block:: none Enable Simulated EEPROM driver. Direct dependencies =================== (\ :kconfig:`EEPROM ` && \ :kconfig:`BOARD_NATIVE_POSIX `) || \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`STATS ` - \ :kconfig:`STATS_NAMES ` Kconfig definitions =================== At ``/posix/native_posix/Kconfig.defconfig:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config EEPROM_SIMULATOR bool default y depends on EEPROM && BOARD_NATIVE_POSIX ---- At ``/eeprom/Kconfig:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig config EEPROM_SIMULATOR bool "Simulated EEPROM driver" select STATS select STATS_NAMES depends on EEPROM help Enable Simulated EEPROM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*