1# Microchip XEC PS2 configuration options 2 3# Copyright (c) 2019 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config PS2_XEC 7 bool "XEC Microchip PS2 driver" 8 depends on SOC_FAMILY_MICROCHIP_MEC && ESPI_PERIPHERAL_8042_KBC 9 select PINCTRL 10 help 11 Enable the Microchip XEC PS2 IO driver. The driver also 12 depends on the KBC 8042 keyboard controller. Note, MEC15xx 13 series has two controllers and MEC172x series has one. 14