:orphan: .. title:: PECI_INIT_PRIORITY .. option:: 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 =================== \ :option:`PECI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== At ``/peci/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:100`` 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.)*