CONFIG_PS2_CHANNEL_INIT_PRIORITY

PS/2 channel driver init priority

Type: int

Help

PS/2 channel device driver initialization priority.
This should be lower than the PS2_INIT_PRIORITY as
NPCX PS/2 controller device driver should initialize
prior to channel device driver.

Direct dependencies

PS2_NPCX && PS2

(Includes any dependencies from ifs and menus.)

Default

  • 41

Kconfig definition

At <Zephyr>/drivers/ps2/Kconfig.npcx:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:92<Zephyr>/drivers/ps2/Kconfig:14

Menu path: (Top) → Device Drivers → PS/2 Drivers → Nuvoton NPCX embedded controller (EC) PS2 driver

config PS2_CHANNEL_INIT_PRIORITY
    int "PS/2 channel driver init priority"
    default 41
    depends on PS2_NPCX && PS2
    help
      PS/2 channel device driver initialization priority.
      This should be lower than the PS2_INIT_PRIORITY as
      NPCX PS/2 controller device driver should initialize
      prior to channel device driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)