:orphan: .. title:: CONFIG_EEPROM_EMULATOR_INIT_PRIORITY .. kconfig:: CONFIG_EEPROM_EMULATOR_INIT_PRIORITY CONFIG_EEPROM_EMULATOR_INIT_PRIORITY #################################### *EEPROM emulator init priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`EEPROM_EMULATOR ` && \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== At ``/eeprom/Kconfig.eeprom_emu:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` → ``/eeprom/Kconfig:59`` Menu path: (Top) → Device Drivers → EEPROM hardware support → Emulated EEPROM driver .. code-block:: kconfig 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.)*