:orphan: .. title:: CONFIG_PS2_CHANNEL_INIT_PRIORITY .. kconfig:: CONFIG_PS2_CHANNEL_INIT_PRIORITY CONFIG_PS2_CHANNEL_INIT_PRIORITY ################################ *PS/2 channel driver init priority* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`PS2_NPCX ` && \ :kconfig:`PS2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 41 Kconfig definition ================== At ``/ps2/Kconfig.npcx:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:94`` → ``/ps2/Kconfig:14`` Menu path: (Top) → Device Drivers → PS/2 Drivers → Nuvoton NPCX embedded controller (EC) PS2 driver .. code-block:: kconfig 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.)*