:orphan: .. title:: PS2 .. option:: CONFIG_PS2 *PS/2 Drivers* Type: ``bool`` Help ==== Include PS/2 drivers in system config. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ps2/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:92`` Menu path: (Top) → Device Drivers .. parsed-literal:: 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.)*