From: 蓝斌元 Date: Thu, 7 Mar 2013 09:22:55 +0000 (+0800) Subject: modify for ct36x touchscreen X-Git-Tag: firefly_0821_release~7455 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e5d2bcbaa5ebcc5aa755b1bf8892d4153f46f437;p=firefly-linux-kernel-4.4.55.git modify for ct36x touchscreen --- 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