]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00214081-1 Input: Remove redefined Item in Kconfig And Makefile
authorLin Fuzhen <fuzhen.lin@freescale.com>
Tue, 19 Jun 2012 02:37:45 +0000 (10:37 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:50 +0000 (08:34 +0200)
Remove redefined Item in Kconfig And Makefile for MAX11081

Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile

index 79422488b1fc959f34b07b6a9d5cefa558bd2cd7..7cf975ab6930016cbfae9531b4d7deeb7845fa1d 100755 (executable)
@@ -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
index 05155e0607cb185416dc3b267e127b19f744cd50..e614512d42c35cbf83182f396c742026dcc4d5d8 100755 (executable)
@@ -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