Kconfig (2d4ba4a3b9aef95d328d74a17ae84f8d658059e2) | Kconfig (e1036502e5263851259d147771226161e5ccc85a) |
---|---|
1# 2# Mouse 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. --- 132 unchanged lines hidden (view full) --- 141 142 If unsure, say N. 143 144 To compile this driver as a module, choose M here: the 145 module will be called touchwin. 146 147config TOUCHSCREEN_UCB1400 148 tristate "Philips UCB1400 touchscreen" | 1# 2# Mouse 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. --- 132 unchanged lines hidden (view full) --- 141 142 If unsure, say N. 143 144 To compile this driver as a module, choose M here: the 145 module will be called touchwin. 146 147config TOUCHSCREEN_UCB1400 148 tristate "Philips UCB1400 touchscreen" |
149 depends on SND_AC97_BUS | 149 select AC97_BUS |
150 help 151 This enables support for the Philips UCB1400 touchscreen interface. 152 The UCB1400 is an AC97 audio codec. The touchscreen interface 153 will be initialized only after the ALSA subsystem has been 154 brought up and the UCB1400 detected. You therefore have to 155 configure ALSA support as well (either built-in or modular, 156 independently of whether this driver is itself built-in or 157 modular) for this driver to work. 158 159 To compile this driver as a module, choose M here: the 160 module will be called ucb1400_ts. 161 162endif | 150 help 151 This enables support for the Philips UCB1400 touchscreen interface. 152 The UCB1400 is an AC97 audio codec. The touchscreen interface 153 will be initialized only after the ALSA subsystem has been 154 brought up and the UCB1400 detected. You therefore have to 155 configure ALSA support as well (either built-in or modular, 156 independently of whether this driver is itself built-in or 157 modular) for this driver to work. 158 159 To compile this driver as a module, choose M here: the 160 module will be called ucb1400_ts. 161 162endif |