aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Kconfig
blob: 1303cfbd0f13ec94a3586a91e2ebb3590b7753e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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