:orphan: .. title:: CONFIG_PS2 .. kconfig:: CONFIG_PS2 CONFIG_PS2 ########## *PS/2 Drivers* Type: ``bool`` Help ==== .. code-block:: none Include PS/2 drivers in system config. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ps2/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:94`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig PS2 bool "PS/2 Drivers" help Include PS/2 drivers in system config. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*