:orphan: .. title:: PS2 .. option:: 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:32`` → ``/Kconfig:92`` 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.)*