summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2012-06-19 10:37:45 +0800
committerLin Fuzhen <fuzhen.lin@freescale.com>2012-06-21 09:02:52 +0800
commitc46f5fa2d19b4f123872c5b91c61d953f07d7a9a (patch)
treebdf0cc1480f73330772ee460ca370462cfb193c1
parent06bc4288a3fbab9edb08209a111d4abfbca68281 (diff)
ENGR00214081-1 Input: Remove redefined Item in Kconfig And Makefile
Remove redefined Item in Kconfig And Makefile for MAX11081 Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
-rwxr-xr-xdrivers/input/touchscreen/Kconfig12
-rwxr-xr-xdrivers/input/touchscreen/Makefile1
2 files changed, 0 insertions, 13 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 79422488b1fc..7cf975ab6930 100755
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -767,16 +767,4 @@ config TOUCHSCREEN_DA9052
help
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 05155e0607cb..e614512d42c3 100755
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -29,7 +29,6 @@ obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o
obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) += intel-mid-touch.o
obj-$(CONFIG_TOUCHSCREEN_LPC32XX) += lpc32xx_ts.o
-obj-$(CONFIG_TOUCHSCREEN_MAX11801) += max11801_ts.o
obj-$(CONFIG_TOUCHSCREEN_MC13783) += mc13783_ts.o
obj-$(CONFIG_TOUCHSCREEN_MCS5000) += mcs5000_ts.o
obj-$(CONFIG_TOUCHSCREEN_MIGOR) += migor_ts.o