:orphan: .. title:: CONFIG_PS2_INIT_PRIORITY .. kconfig:: CONFIG_PS2_INIT_PRIORITY CONFIG_PS2_INIT_PRIORITY ######################## *PS/2 driver init priority* Type: ``int`` Help ==== .. code-block:: none PS/2 device driver initialization priority. There isn't any critical component relying on this priority at the moment. Direct dependencies =================== \ :kconfig:`PS2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== At ``/ps2/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:94`` Menu path: (Top) → Device Drivers → PS/2 Drivers .. code-block:: kconfig 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.)*