-
CONFIG_PS2_INIT_PRIORITY
¶
PS/2 driver init priority
Type: int
Help¶
PS/2 device driver initialization priority.
There isn't any critical component relying on this priority at
the moment.
Default¶
40
Kconfig definition¶
At <Zephyr>/drivers/ps2/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:92
Menu path: (Top) → Device Drivers → PS/2 Drivers
config PS2_INIT_PRIORITY
int "PS/2 driver init priority"
default 40
depends on PS2
help
PS/2 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.)