Kconfig (c58310bf4933986513020fa90b4190c7492995ae) Kconfig (795e6bf33561ff03e253a6a756d5eb663b4a56bd)
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.

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

309 tristate "Blackfin BF54x keypad support"
310 depends on (BF54x && !BF544)
311 help
312 Say Y here if you want to use the BF54x keypad.
313
314 To compile this driver as a module, choose M here: the
315 module will be called bf54x-keys.
316
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.

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

309 tristate "Blackfin BF54x keypad support"
310 depends on (BF54x && !BF544)
311 help
312 Say Y here if you want to use the BF54x keypad.
313
314 To compile this driver as a module, choose M here: the
315 module will be called bf54x-keys.
316
317config KEYBOARD_SH_KEYSC
318 tristate "SuperH KEYSC keypad support"
319 depends on SUPERH
320 help
321 Say Y here if you want to use a keypad attached to the KEYSC block
322 on SuperH processors such as sh7722 and sh7343.
323
324 To compile this driver as a module, choose M here: the
325 module will be called sh_keysc.
317endif
326endif