Kconfig (d5dee39b27201f9f5460eca55efcc91a663b738c) Kconfig (404a24c35db8c44dce91010023f12b73f2f44441)
1#
2# Touchscreen driver configuration
3#
4menuconfig INPUT_TOUCHSCREEN
5 bool "Touchscreens"
6 help
7 Say Y here, and a list of supported touchscreens will be displayed.
8 This option doesn't affect the kernel.

--- 59 unchanged lines hidden (view full) ---

68 You should select a bus connection too.
69
70 To compile this driver as a module, choose M here: the
71 module will be called ad7879.
72
73config TOUCHSCREEN_AD7879_I2C
74 tristate "support I2C bus connection"
75 depends on TOUCHSCREEN_AD7879 && I2C
1#
2# Touchscreen driver configuration
3#
4menuconfig INPUT_TOUCHSCREEN
5 bool "Touchscreens"
6 help
7 Say Y here, and a list of supported touchscreens will be displayed.
8 This option doesn't affect the kernel.

--- 59 unchanged lines hidden (view full) ---

68 You should select a bus connection too.
69
70 To compile this driver as a module, choose M here: the
71 module will be called ad7879.
72
73config TOUCHSCREEN_AD7879_I2C
74 tristate "support I2C bus connection"
75 depends on TOUCHSCREEN_AD7879 && I2C
76 select REGMAP_I2C
76 help
77 Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
78
79 To compile this driver as a module, choose M here: the
80 module will be called ad7879-i2c.
81
82config TOUCHSCREEN_AD7879_SPI
83 tristate "support SPI bus connection"
84 depends on TOUCHSCREEN_AD7879 && SPI_MASTER
77 help
78 Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
79
80 To compile this driver as a module, choose M here: the
81 module will be called ad7879-i2c.
82
83config TOUCHSCREEN_AD7879_SPI
84 tristate "support SPI bus connection"
85 depends on TOUCHSCREEN_AD7879 && SPI_MASTER
86 select REGMAP_SPI
85 help
86 Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
87
88 If unsure, say N (but it's safe to say "Y").
89
90 To compile this driver as a module, choose M here: the
91 module will be called ad7879-spi.
92

--- 1124 unchanged lines hidden ---
87 help
88 Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
89
90 If unsure, say N (but it's safe to say "Y").
91
92 To compile this driver as a module, choose M here: the
93 module will be called ad7879-spi.
94

--- 1124 unchanged lines hidden ---