Kconfig (96916090f488986a4ebb8e9ffa6a3b50881d5ccd) Kconfig (e0ee629878d91da998fc26e8fa8b977177f70f39)
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.

--- 254 unchanged lines hidden (view full) ---

263 tristate "PXA27x/PXA3xx keypad support"
264 depends on PXA27x || PXA3xx
265 help
266 Enable support for PXA27x/PXA3xx keypad controller
267
268 To compile this driver as a module, choose M here: the
269 module will be called pxa27x_keypad.
270
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.

--- 254 unchanged lines hidden (view full) ---

263 tristate "PXA27x/PXA3xx keypad support"
264 depends on PXA27x || PXA3xx
265 help
266 Enable support for PXA27x/PXA3xx keypad controller
267
268 To compile this driver as a module, choose M here: the
269 module will be called pxa27x_keypad.
270
271config KEYBOARD_PXA930_ROTARY
272 tristate "PXA930/PXA935 Enhanced Rotary Controller Support"
273 depends on CPU_PXA930 || CPU_PXA935
274 help
275 Enable support for PXA930/PXA935 Enhanced Rotary Controller.
276
277 To compile this driver as a module, choose M here: the
278 module will be called pxa930_rotary.
279
271config KEYBOARD_AAED2000
272 tristate "AAED-2000 keyboard"
273 depends on MACH_AAED2000
274 select INPUT_POLLDEV
275 default y
276 help
277 Say Y here to enable the keyboard on the Agilent AAED-2000
278 development board.

--- 48 unchanged lines hidden ---
280config KEYBOARD_AAED2000
281 tristate "AAED-2000 keyboard"
282 depends on MACH_AAED2000
283 select INPUT_POLLDEV
284 default y
285 help
286 Say Y here to enable the keyboard on the Agilent AAED-2000
287 development board.

--- 48 unchanged lines hidden ---