aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/alps/Kconfig
diff options
context:
space:
mode:
authorBarnali Sarkar <barnali.sarkar@intel.com>2016-11-12 00:55:53 +0530
committerFurquan Shaikh <furquan@google.com>2016-11-16 19:42:29 +0100
commitd899318b78c1871d9c423ea7bb395655e5ab6d5e (patch)
tree7b987ffe6a5698621a1fd7ab3b9d866ea177eb33 /src/drivers/i2c/alps/Kconfig
parentdab15e24916695608a0ddd3ea260e1acd2bb7b07 (diff)
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 <barnali.sarkar@intel.com> Reviewed-on: https://review.coreboot.org/17390 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/drivers/i2c/alps/Kconfig')
-rw-r--r--src/drivers/i2c/alps/Kconfig3
1 files changed, 3 insertions, 0 deletions
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