From 73edd2b7c07fb8ad5455086f126c079734a904b7 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Wed, 9 Nov 2016 10:52:12 -0800 Subject: drivers/i2c/wacom: Make the driver more generic Wacom I2C driver can be used by devices other than touchscreen. e.g. digitizer. So there is no need to name the driver with touchscreen specific attributes. Only a separate descriptor name is required that needs to be set by mainboard correctly. BUG=chrome-os-partner:56246 BRANCH=None TEST=Compiles successfully. Change-Id: I0d32a4adae477373b3f4c5f3abbe188860701194 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/17341 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/drivers/i2c/wacom/Kconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/i2c/wacom/Kconfig (limited to 'src/drivers/i2c/wacom/Kconfig') diff --git a/src/drivers/i2c/wacom/Kconfig b/src/drivers/i2c/wacom/Kconfig new file mode 100644 index 0000000000..be2bf8336b --- /dev/null +++ b/src/drivers/i2c/wacom/Kconfig @@ -0,0 +1,3 @@ +config DRIVERS_I2C_WACOM + bool + select DRIVERS_I2C_GENERIC -- cgit v1.2.3