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.
Default¶
- 41 
Kconfig definition¶
At <Zephyr Driver>/ps2/Kconfig.npcx:18
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:94 → <Zephyr Driver>/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.)