Kconfig (17fb1563d69b63fe7a79570fe870cf7e530cd2cd) | Kconfig (4f9e868007005bccbec0517a632e873fa70e98c4) |
---|---|
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. --- 165 unchanged lines hidden (view full) --- 174 Generation4 touchscreen controllers. 175 176 Say Y here if you have a Cypress Gen4 touchscreen. 177 178 If unsure, say N. 179 180 To compile this driver as a module, choose M here. 181 | 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. --- 165 unchanged lines hidden (view full) --- 174 Generation4 touchscreen controllers. 175 176 Say Y here if you have a Cypress Gen4 touchscreen. 177 178 If unsure, say N. 179 180 To compile this driver as a module, choose M here. 181 |
182config TOUCHSCREEN_CYTTSP4_I2C 183 tristate "support I2C bus connection" 184 depends on TOUCHSCREEN_CYTTSP4_CORE && I2C 185 help 186 Say Y here if the touchscreen is connected via I2C bus. 187 188 To compile this driver as a module, choose M here: the 189 module will be called cyttsp4_i2c. 190 |
|
182config TOUCHSCREEN_DA9034 183 tristate "Touchscreen support for Dialog Semiconductor DA9034" 184 depends on PMIC_DA903X 185 default y 186 help 187 Say Y here to enable the support for the touchscreen found 188 on Dialog Semiconductor DA9034 PMIC. 189 --- 714 unchanged lines hidden --- | 191config TOUCHSCREEN_DA9034 192 tristate "Touchscreen support for Dialog Semiconductor DA9034" 193 depends on PMIC_DA903X 194 default y 195 help 196 Say Y here to enable the support for the touchscreen found 197 on Dialog Semiconductor DA9034 PMIC. 198 --- 714 unchanged lines hidden --- |