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.
Default¶
- 40 
Kconfig definition¶
At <Zephyr Driver>/peci/Kconfig:19
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:102
Menu path: (Top) → Device Drivers → PECI Driver
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.)