From d899318b78c1871d9c423ea7bb395655e5ab6d5e Mon Sep 17 00:00:00 2001 From: Barnali Sarkar Date: Sat, 12 Nov 2016 00:55:53 +0530 Subject: drivers/i2c/alps: Add support for ALPS Touchpad driver Add support for I2C ALPS Touchpad Device Driver. BUG=none BRANCH=none TEST=Build and booted successfully on KBL RVP and Touchpad is working Change-Id: I78b77bd7c4694ccf61260724f593bd59545c70e6 Signed-off-by: Barnali Sarkar Reviewed-on: https://review.coreboot.org/17390 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/drivers/i2c/alps/Kconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/i2c/alps/Kconfig (limited to 'src/drivers/i2c/alps/Kconfig') diff --git a/src/drivers/i2c/alps/Kconfig b/src/drivers/i2c/alps/Kconfig new file mode 100644 index 0000000000..b49581d4aa --- /dev/null +++ b/src/drivers/i2c/alps/Kconfig @@ -0,0 +1,3 @@ +config DRIVERS_I2C_ALPS + bool + select DRIVERS_I2C_GENERIC -- cgit v1.2.3