summaryrefslogtreecommitdiff
path: root/Kconfig
blob: 438f19bc3f6773f174ab852b5488a1a1479b3cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Goodix touchscreen driver configuration
#
menuconfig TOUCHSCREEN_GOODIX_BRL
	tristate "Goodix berlin touchscreen"
	help
	  Say Y here if you have a Goodix berlin series touch controller
	  to your system.

	  If build module, say M.
	  If unsure, say N.

if TOUCHSCREEN_GOODIX_BRL

config TOUCHSCREEN_GOODIX_BRL_SPI
	bool "support SPI bus connection"
	depends on SPI_MASTER
	help
	  Say Y here if the touchscreen is connected via SPI bus.

endif

config TOUCHSCREEN_PM
	bool "touch power manager"
	help
	  Say Y here if the touchscreen is connected via SPI bus.

config TOUCHSCREEN_MOTION_FILTER
	bool "touch motion filter"
	help
	  Say Y here if motion filter is enabled.