The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_EEPROM_EMULATOR_INIT_PRIORITY

EEPROM emulator init priority

Type: int

Direct dependencies

EEPROM_EMULATOR && EEPROM

(Includes any dependencies from ifs and menus.)

Default

  • 75

Kconfig definition

At drivers/eeprom/Kconfig.eeprom_emu:14

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:100drivers/eeprom/Kconfig:59

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

config EEPROM_EMULATOR_INIT_PRIORITY
    int "EEPROM emulator init priority"
    default 75
    depends on EEPROM_EMULATOR && EEPROM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)