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

(PS2 && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X) || (SOC_FAMILY_MEC && ESPI_PERIPHERAL_8042_KBC && PS2)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501hsz:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/microchip_mec/Kconfig.defconfig:3<Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:17

Menu path: (Top)

config PS2_XEC
    bool
    default y
    depends on PS2 && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X

At <Zephyr>/drivers/ps2/Kconfig.xec:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:92<Zephyr>/drivers/ps2/Kconfig:13

Menu path: (Top) → Device Drivers → PS/2 Drivers

menuconfig PS2_XEC
    bool "XEC Microchip PS2 driver"
    depends on SOC_FAMILY_MEC && ESPI_PERIPHERAL_8042_KBC && 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.)