:orphan: .. title:: PECI_INIT_PRIORITY .. option:: CONFIG_PECI_INIT_PRIORITY *PECI driver init priority* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/peci/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:100`` Menu path: (Top) → Device Drivers → PECI Driver .. parsed-literal:: config PECI_INIT_PRIORITY int "PECI driver init priority" default 40 depends on \ :option:`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.)*