drivers: ps2: Add driver for Microchip XEC family

Add the PS2 driver for XEC

Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
This commit is contained in:
Francisco Munoz 2019-08-09 16:28:05 -07:00 committed by Andrew Boie
commit 278da905bf
4 changed files with 292 additions and 0 deletions

26
drivers/ps2/Kconfig.xec Normal file
View file

@ -0,0 +1,26 @@
# Kconfig.xec - Microchip XEC PS2 configuration options
#
# Copyright (c) 2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig PS2_XEC
bool "XEC Microchip PS2 driver"
depends on SOC_FAMILY_MEC
help
Enable the Microchip XEC PS2 IO driver.
if PS2_XEC
config PS2_XEC_0
bool "PS2_XEC_0"
help
Enable PS2 0.
config PS2_XEC_1
bool "PS2_XEC_1"
help
Enable PS2 1.
endif #PS2_XEC