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

PECI

(Includes any dependencies from ifs and menus.)

Default

  • 40

Kconfig definition

At <Zephyr>/drivers/peci/Kconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:100

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.)