CONFIG_EEPROM_EMULATOR_INIT_PRIORITY¶
EEPROM emulator init priority
Type: int
Default¶
- 75 
Kconfig definition¶
At <Zephyr Driver>/eeprom/Kconfig.eeprom_emu:14
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:100 → <Zephyr Driver>/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.)