1# Microchip XEC PS2 configuration options 2 3# Copyright (c) 2019 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig PS2_XEC 7 bool "XEC Microchip PS2 driver" 8 depends on SOC_FAMILY_MEC && ESPI_PERIPHERAL_8042_KBC 9 help 10 Enable the Microchip XEC PS2 IO driver. The driver also 11 depends on the KBC 8042 keyboard controller. 12 13if PS2_XEC 14 15config PS2_XEC_0 16 bool "PS2_XEC_0" 17 help 18 Enable PS2 0. 19 20config PS2_XEC_1 21 bool "PS2_XEC_1" 22 help 23 Enable PS2 1. 24 25endif # PS2_XEC 26