:orphan: .. title:: PS2_XEC .. option:: CONFIG_PS2_XEC *XEC Microchip PS2 driver* Type: ``bool`` Help ==== Enable the Microchip XEC PS2 IO driver. The driver also depends on the KBC 8042 keyboard controller. Direct dependencies =================== (\ :option:`PS2 ` && \ :option:`SOC_MEC1501_HSZ ` && \ :option:`SOC_SERIES_MEC1501X `) || (\ :option:`SOC_FAMILY_MEC ` && \ :option:`ESPI_PERIPHERAL_8042_KBC ` && \ :option:`PS2 `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501hsz:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/microchip_mec/Kconfig.defconfig:3`` → ``soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:17`` Menu path: (Top) .. parsed-literal:: config PS2_XEC bool default y depends on \ :option:`PS2 ` && \ :option:`SOC_MEC1501_HSZ ` && \ :option:`SOC_SERIES_MEC1501X ` ---- At ``drivers/ps2/Kconfig.xec:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:92`` → ``drivers/ps2/Kconfig:13`` Menu path: (Top) → Device Drivers → PS/2 Drivers .. parsed-literal:: menuconfig PS2_XEC bool "XEC Microchip PS2 driver" depends on \ :option:`SOC_FAMILY_MEC ` && \ :option:`ESPI_PERIPHERAL_8042_KBC ` && \ :option:`PS2 ` help Enable the Microchip XEC PS2 IO driver. The driver also depends on the KBC 8042 keyboard controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*