From e5d2bcbaa5ebcc5aa755b1bf8892d4153f46f437 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=93=9D=E6=96=8C=E5=85=83?= Date: Thu, 7 Mar 2013 17:22:55 +0800 Subject: [PATCH] modify for ct36x touchscreen --- drivers/input/touchscreen/ct36x_ts/Kconfig | 6 +++--- drivers/input/touchscreen/ct36x_ts/Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/input/touchscreen/ct36x_ts/Kconfig b/drivers/input/touchscreen/ct36x_ts/Kconfig index 220d300a4ac2..1fa974db454e 100644 --- a/drivers/input/touchscreen/ct36x_ts/Kconfig +++ b/drivers/input/touchscreen/ct36x_ts/Kconfig @@ -3,11 +3,11 @@ # -config TOUCHSCREEN_CT36X +config TOUCHSCREEN_CT36XX tristate "VTL ct36x based touchscreens" - default y + default n -if TOUCHSCREEN_CT36X +if TOUCHSCREEN_CT36XX #config TOUCHSCREEN_CT36X_I2C # tristate "VTL ct36x based touchscreens" # depends on I2C diff --git a/drivers/input/touchscreen/ct36x_ts/Makefile b/drivers/input/touchscreen/ct36x_ts/Makefile index 447628a18ea3..fec959cc29c4 100644 --- a/drivers/input/touchscreen/ct36x_ts/Makefile +++ b/drivers/input/touchscreen/ct36x_ts/Makefile @@ -6,7 +6,7 @@ # Core ct36x_ts-y := tscore.o -obj-$(CONFIG_TOUCHSCREEN_CT36X) += ct36x_ts.o +obj-$(CONFIG_TOUCHSCREEN_CT36XX) += ct36x_ts.o # platform # Generic -- 2.34.1