You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
282 B
14 lines
282 B
13 years ago
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see misc/tools/kconfig-language.txt.
|
||
|
#
|
||
|
config INPUT_TSC2007
|
||
|
bool "TI TSC2007 touchscreen controller"
|
||
|
default n
|
||
|
select I2C
|
||
|
|
||
|
config INPUT_ADS7843E
|
||
|
bool "TI ADS7843E touchscreen controller"
|
||
|
default n
|
||
|
select SPI
|