Kconfig (ed8c3174dd227031d1f3b9fa4fbb512f8f623434) | Kconfig (64c12e9b7edb0bfce9c5d7db43091b67894d8339) |
---|---|
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. --- 205 unchanged lines hidden (view full) --- 214 215 If unsure, say N. 216 217 To compile this driver as a module, choose M here: the 218 module will be called atmel_tsadcc. 219 220config TOUCHSCREEN_UCB1400 221 tristate "Philips UCB1400 touchscreen" | 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. --- 205 unchanged lines hidden (view full) --- 214 215 If unsure, say N. 216 217 To compile this driver as a module, choose M here: the 218 module will be called atmel_tsadcc. 219 220config TOUCHSCREEN_UCB1400 221 tristate "Philips UCB1400 touchscreen" |
222 select AC97_BUS | 222 depends on AC97_BUS |
223 depends on UCB1400_CORE 224 help 225 This enables support for the Philips UCB1400 touchscreen interface. 226 The UCB1400 is an AC97 audio codec. The touchscreen interface 227 will be initialized only after the ALSA subsystem has been 228 brought up and the UCB1400 detected. You therefore have to 229 configure ALSA support as well (either built-in or modular, 230 independently of whether this driver is itself built-in or --- 145 unchanged lines hidden --- | 223 depends on UCB1400_CORE 224 help 225 This enables support for the Philips UCB1400 touchscreen interface. 226 The UCB1400 is an AC97 audio codec. The touchscreen interface 227 will be initialized only after the ALSA subsystem has been 228 brought up and the UCB1400 detected. You therefore have to 229 configure ALSA support as well (either built-in or modular, 230 independently of whether this driver is itself built-in or --- 145 unchanged lines hidden --- |