CONFIG_EEPROM_SIMULATOR

Simulated EEPROM driver

Type: bool

Help

Enable Simulated EEPROM driver.

Direct dependencies

(EEPROM && BOARD_NATIVE_POSIX) || EEPROM

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/posix/native_posix/Kconfig.defconfig:84

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config EEPROM_SIMULATOR
    bool
    default y
    depends on EEPROM && BOARD_NATIVE_POSIX

At <Zephyr>/drivers/eeprom/Kconfig:60

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:98

Menu path: (Top) → Device Drivers → EEPROM hardware support

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.)