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
(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:42
→ <Zephyr>/drivers/Kconfig:94
→ <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.)