summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/synaptics_dsx/Kconfig
blob: 6410f7ec7cd1589e39330638ffa48f192b192e5f (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
#
# Synaptics DSX touchscreen driver configuration
#
menuconfig TOUCHSCREEN_SYNAPTICS_DSX
	bool "Synaptics DSX touchscreen"
	default y
	help
	  Say Y here if you have a Synaptics DSX I2C touchscreen
	  connected to your system

	  if unsure, say N.

if TOUCHSCREEN_SYNAPTICS_DSX

config TOUCHSCREEN_SYNAPTICS_DSX_I2C
	tristate "Synaptics DSX core driver module"
	depends on I2C
	help
	  Say Y here if you have a Synaptics DSX I2C touchscreen
	  connected to your system

	  If unsure, say N.

	  To compile this driver as a module, choose M here: the
	  module will be called synaptics_dsx_i2c.

endif