diff options
| -rwxr-xr-x | drivers/input/touchscreen/Kconfig | 11 | ||||
| -rwxr-xr-x | drivers/input/touchscreen/Makefile | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 5fbc288f64d7..7cd31c031096 100755 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -746,4 +746,15 @@ config TOUCHSCREEN_DA9052 Say y here to support the touchscreen found on Dialog Semiconductor DA9052 PMIC +config TOUCHSCREEN_MAX11801 + tristate "MAX11801 based touchscreens" + depends on I2C + help + Say Y here if you have a MAX11801 based touchscreen + controller + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called max11801_ts endif diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index 82bb5ad5cd89..4a4dfe2fe4f2 100755 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -63,3 +63,4 @@ obj-$(CONFIG_TOUCHSCREEN_WM97XX_ZYLONITE) += zylonite-wm97xx.o obj-$(CONFIG_TOUCHSCREEN_W90X900) += w90p910_ts.o obj-$(CONFIG_TOUCHSCREEN_P1003) += p1003_ts.o obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o +obj-$(CONFIG_TOUCHSCREEN_MAX11801) += max11801_ts.o |
