:orphan: .. title:: CONFIG_EEPROM_INIT_PRIORITY .. kconfig:: CONFIG_EEPROM_INIT_PRIORITY CONFIG_EEPROM_INIT_PRIORITY ########################### *EEPROM init priority* Type: ``int`` Help ==== .. code-block:: none EEPROM driver device initialization priority. Direct dependencies =================== (\ :kconfig:`EEPROM ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`EEPROM ` && \ :kconfig:`SHIELD_X_NUCLEO_EEPRMA2 `) || (\ :kconfig:`EEPROM ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`EEPROM ` && \ :kconfig:`SHIELD_X_NUCLEO_EEPRMA2 `) || \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 75 - 75 - 75 - 75 - \ :kconfig:`KERNEL_INIT_PRIORITY_DEVICE ` Kconfig definitions =================== At ``/shields/lmp90100_evb/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config EEPROM_INIT_PRIORITY int default 75 depends on EEPROM && SHIELD_LMP90100_EVB ---- At ``/shields/x_nucleo_eeprma2/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config EEPROM_INIT_PRIORITY int default 75 depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2 ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config EEPROM_INIT_PRIORITY int default 75 depends on EEPROM && SHIELD_LMP90100_EVB ---- At ``/shields/x_nucleo_eeprma2/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config EEPROM_INIT_PRIORITY int default 75 depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2 ---- At ``/eeprom/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig 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.)*