-
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 onEEPROM
&&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" selectSTATS
selectSTATS_NAMES
depends onEEPROM
help Enable Simulated EEPROM driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)