Kconfig (06be5eefe1192eb8ce8d07497f67595b6bfe9741) Kconfig (d3dc6e2322155087c19a1d6a71818be534de0602)
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5 bool "Keyboards"
6 default y
7 help
8 Say Y here, and a list of supported keyboards will be displayed.

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

396 Say Y here if you have Freescale MPR121 touchkey controller
397 chip in your system.
398
399 If unsure, say N.
400
401 To compile this driver as a module, choose M here: the
402 module will be called mpr121_touchkey.
403
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5 bool "Keyboards"
6 default y
7 help
8 Say Y here, and a list of supported keyboards will be displayed.

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

396 Say Y here if you have Freescale MPR121 touchkey controller
397 chip in your system.
398
399 If unsure, say N.
400
401 To compile this driver as a module, choose M here: the
402 module will be called mpr121_touchkey.
403
404config KEYBOARD_SNVS_PWRKEY
405 tristate "IMX SNVS Power Key Driver"
406 depends on SOC_IMX6SX
407 depends on OF
408 help
409 This is the snvs powerkey driver for the Freescale i.MX application
410 processors that are newer than i.MX6 SX.
411
412 To compile this driver as a module, choose M here; the
413 module will be called snvs_pwrkey.
414
404config KEYBOARD_IMX
405 tristate "IMX keypad support"
406 depends on ARCH_MXC
407 select INPUT_MATRIXKMAP
408 help
409 Enable support for IMX keypad port.
410
411 To compile this driver as a module, choose M here: the

--- 300 unchanged lines hidden ---
415config KEYBOARD_IMX
416 tristate "IMX keypad support"
417 depends on ARCH_MXC
418 select INPUT_MATRIXKMAP
419 help
420 Enable support for IMX keypad port.
421
422 To compile this driver as a module, choose M here: the

--- 300 unchanged lines hidden ---