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