Kconfig (9cdf083f981b8d37b3212400a359368661385099) | Kconfig (78a56aab11234e53b7e94e5a255cc3d27ab0a62b) |
---|---|
1# 2# Input core configuration 3# 4menuconfig INPUT_KEYBOARD 5 bool "Keyboards" if EMBEDDED || !X86 6 default y 7 help 8 Say Y here, and a list of supported keyboards will be displayed. --- 121 unchanged lines hidden (view full) --- 130 are also supported by this driver. 131 132 To compile this driver as a module, choose M here: the 133 module will be called stowaway. 134 135config KEYBOARD_CORGI 136 tristate "Corgi keyboard" 137 depends on PXA_SHARPSL | 1# 2# Input core configuration 3# 4menuconfig INPUT_KEYBOARD 5 bool "Keyboards" if EMBEDDED || !X86 6 default y 7 help 8 Say Y here, and a list of supported keyboards will be displayed. --- 121 unchanged lines hidden (view full) --- 130 are also supported by this driver. 131 132 To compile this driver as a module, choose M here: the 133 module will be called stowaway. 134 135config KEYBOARD_CORGI 136 tristate "Corgi keyboard" 137 depends on PXA_SHARPSL |
138 default y | 138 default y |
139 help | 139 help |
140 Say Y here to enable the keyboard on the Sharp Zaurus SL-C7xx | 140 Say Y here to enable the keyboard on the Sharp Zaurus SL-C7xx |
141 series of PDAs. 142 | 141 series of PDAs. 142 |
143 To compile this driver as a module, choose M here: the | 143 To compile this driver as a module, choose M here: the |
144 module will be called corgikbd. 145 146config KEYBOARD_SPITZ 147 tristate "Spitz keyboard" 148 depends on PXA_SHARPSL 149 default y 150 help 151 Say Y here to enable the keyboard on the Sharp Zaurus SL-C1000, --- 57 unchanged lines hidden (view full) --- 209 default y 210 help 211 Say Y here to enable the keyboard on the Agilent AAED-2000 212 development board. 213 214 To compile this driver as a module, choose M here: the 215 module will be called aaed2000_kbd. 216 | 144 module will be called corgikbd. 145 146config KEYBOARD_SPITZ 147 tristate "Spitz keyboard" 148 depends on PXA_SHARPSL 149 default y 150 help 151 Say Y here to enable the keyboard on the Sharp Zaurus SL-C1000, --- 57 unchanged lines hidden (view full) --- 209 default y 210 help 211 Say Y here to enable the keyboard on the Agilent AAED-2000 212 development board. 213 214 To compile this driver as a module, choose M here: the 215 module will be called aaed2000_kbd. 216 |
217config KEYBOARD_GPIO 218 tristate "Buttons on CPU GPIOs (PXA)" 219 depends on ARCH_PXA 220 help 221 This driver implements support for buttons connected 222 directly to GPIO pins of PXA CPUs. 223 224 Say Y here if your device has buttons connected 225 directly to GPIO pins of the CPU. 226 227 To compile this driver as a module, choose M here: the 228 module will be called gpio-keys. 229 |
|
217endif | 230endif |