Kconfig (d94e5fcbf1420366dcb4102bafe04dbcfc0d0d4b) Kconfig (bc09dcadc1a3da87d58aa70ebc8e9441205be75c)
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.

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

356 depends on SUPERH
357 help
358 Say Y here if you want to use a keypad attached to the KEYSC block
359 on SuperH processors such as sh7722 and sh7343.
360
361 To compile this driver as a module, choose M here: the
362 module will be called sh_keysc.
363
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.

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

356 depends on SUPERH
357 help
358 Say Y here if you want to use a keypad attached to the KEYSC block
359 on SuperH processors such as sh7722 and sh7343.
360
361 To compile this driver as a module, choose M here: the
362 module will be called sh_keysc.
363
364config KEYBOARD_DAVINCI
365 tristate "TI DaVinci Key Scan"
366 depends on ARCH_DAVINCI_DM365
367 help
368 Say Y to enable keypad module support for the TI DaVinci
369 platforms (DM365).
370
371 To compile this driver as a module, choose M here: the
372 module will be called davinci_keyscan.
373
364config KEYBOARD_OMAP
365 tristate "TI OMAP keypad support"
366 depends on (ARCH_OMAP1 || ARCH_OMAP2)
367 help
368 Say Y here if you want to use the OMAP keypad.
369
370 To compile this driver as a module, choose M here: the
371 module will be called omap-keypad.

--- 55 unchanged lines hidden ---
374config KEYBOARD_OMAP
375 tristate "TI OMAP keypad support"
376 depends on (ARCH_OMAP1 || ARCH_OMAP2)
377 help
378 Say Y here if you want to use the OMAP keypad.
379
380 To compile this driver as a module, choose M here: the
381 module will be called omap-keypad.

--- 55 unchanged lines hidden ---