Kconfig (45bd00d31de886f8425b4dd33204b911b0a466a9) | Kconfig (422b552debae59b4bebc0ea5fbb9c809d3dfd057) |
---|---|
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. --- 246 unchanged lines hidden (view full) --- 255 tristate "Newton keyboard" 256 select SERIO 257 help 258 Say Y here if you have a Newton keyboard on a serial port. 259 260 To compile this driver as a module, choose M here: the 261 module will be called newtonkbd. 262 | 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. --- 246 unchanged lines hidden (view full) --- 255 tristate "Newton keyboard" 256 select SERIO 257 help 258 Say Y here if you have a Newton keyboard on a serial port. 259 260 To compile this driver as a module, choose M here: the 261 module will be called newtonkbd. 262 |
263config KEYBOARD_OPENCORES 264 tristate "OpenCores Keyboard Controller" 265 help 266 Say Y here if you want to use the OpenCores Keyboard Controller 267 http://www.opencores.org/project,keyboardcontroller 268 269 To compile this driver as a module, choose M here; the 270 module will be called opencores-kbd. 271 |
|
263config KEYBOARD_PXA27x 264 tristate "PXA27x/PXA3xx keypad support" 265 depends on PXA27x || PXA3xx 266 help 267 Enable support for PXA27x/PXA3xx keypad controller. 268 269 To compile this driver as a module, choose M here: the 270 module will be called pxa27x_keypad. --- 116 unchanged lines hidden --- | 272config KEYBOARD_PXA27x 273 tristate "PXA27x/PXA3xx keypad support" 274 depends on PXA27x || PXA3xx 275 help 276 Enable support for PXA27x/PXA3xx keypad controller. 277 278 To compile this driver as a module, choose M here: the 279 module will be called pxa27x_keypad. --- 116 unchanged lines hidden --- |