mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
#
|
|
# 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
|