mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
modify for ct36x touchscreen
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user