:orphan: .. title:: CONFIG_EEPROM_AT2X_INIT_PRIORITY .. kconfig:: CONFIG_EEPROM_AT2X_INIT_PRIORITY CONFIG_EEPROM_AT2X_INIT_PRIORITY ################################ *AT2X EEPROM init priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`EEPROM_AT2X ` && \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== At ``/eeprom/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig config EEPROM_AT2X_INIT_PRIORITY int "AT2X EEPROM init priority" default 75 depends on EEPROM_AT2X && EEPROM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*