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

CONFIG_EEPROM_INIT_PRIORITY

EEPROM init priority

Type: int

Help

EEPROM driver device initialization priority.

Direct dependencies

(EEPROM && SHIELD_LMP90100_EVB) || (EEPROM && SHIELD_X_NUCLEO_EEPRMA2) || (EEPROM && SHIELD_LMP90100_EVB) || (EEPROM && SHIELD_X_NUCLEO_EEPRMA2) || EEPROM

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At boards/shields/lmp90100_evb/Kconfig.defconfig:37

Included via Kconfig:8Kconfig.zephyr:20

Menu path: (Top)

config EEPROM_INIT_PRIORITY
    int
    default 75
    depends on EEPROM && SHIELD_LMP90100_EVB

At boards/shields/x_nucleo_eeprma2/Kconfig.defconfig:20

Included via Kconfig:8Kconfig.zephyr:20

Menu path: (Top)

config EEPROM_INIT_PRIORITY
    int
    default 75
    depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2

At boards/shields/lmp90100_evb/Kconfig.defconfig:37

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config EEPROM_INIT_PRIORITY
    int
    default 75
    depends on EEPROM && SHIELD_LMP90100_EVB

At boards/shields/x_nucleo_eeprma2/Kconfig.defconfig:20

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config EEPROM_INIT_PRIORITY
    int
    default 75
    depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2

At drivers/eeprom/Kconfig:17

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

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

config EEPROM_INIT_PRIORITY
    int "EEPROM init priority"
    default KERNEL_INIT_PRIORITY_DEVICE
    depends on EEPROM
    help
      EEPROM driver device initialization priority.

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