:orphan: .. title:: CONFIG_PECI_INIT_PRIORITY .. kconfig:: CONFIG_PECI_INIT_PRIORITY CONFIG_PECI_INIT_PRIORITY ######################### *PECI driver init priority* Type: ``int`` Help ==== .. code-block:: none PECI device driver initialization priority. There isn't any critical component relying on this priority at the moment. Direct dependencies =================== \ :kconfig:`PECI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== At ``/peci/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:102`` Menu path: (Top) → Device Drivers → PECI Driver .. code-block:: kconfig config PECI_INIT_PRIORITY int "PECI driver init priority" default 40 depends on PECI help PECI device driver initialization priority. There isn't any critical component relying on this priority at the moment. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*