From: Lin Fuzhen Date: Tue, 19 Jun 2012 02:37:45 +0000 (+0800) Subject: ENGR00214081-1 Input: Remove redefined Item in Kconfig And Makefile X-Git-Tag: v3.0.35-fsl_4.1.0~1039 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e887ab24fd7b6f874c0bc41e5f2df3b452c1d734;p=karo-tx-linux.git ENGR00214081-1 Input: Remove redefined Item in Kconfig And Makefile Remove redefined Item in Kconfig And Makefile for MAX11081 Signed-off-by: Lin Fuzhen --- 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