aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorGabriel FERNANDEZ <gabriel.fernandez@st.com>2014-04-12 16:45:50 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-05-14 19:39:46 -0400
commit062589b1399176a9c14bc68e16169f40439d658c (patch)
treee6fe88257d21891bb1ebad17c010b232c59ec4af /drivers/input/keyboard/Kconfig
parentc898620869dd061e69f84e69759e4d6ea7fae79c (diff)
Input: add st-keyscan driver
This patch adds ST Keyscan driver to use the keypad hw a subset of ST boards provide. Specific board setup will be put in the given dt. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 76842d7dc2e3..948a30304870 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -524,6 +524,17 @@ config KEYBOARD_STOWAWAY
524 To compile this driver as a module, choose M here: the 524 To compile this driver as a module, choose M here: the
525 module will be called stowaway. 525 module will be called stowaway.
526 526
527config KEYBOARD_ST_KEYSCAN
528 tristate "STMicroelectronics keyscan support"
529 depends on ARCH_STI || COMPILE_TEST
530 select INPUT_MATRIXKMAP
531 help
532 Say Y here if you want to use a keypad attached to the keyscan block
533 on some STMicroelectronics SoC devices.
534
535 To compile this driver as a module, choose M here: the
536 module will be called st-keyscan.
537
527config KEYBOARD_SUNKBD 538config KEYBOARD_SUNKBD
528 tristate "Sun Type 4 and Type 5 keyboard" 539 tristate "Sun Type 4 and Type 5 keyboard"
529 select SERIO 540 select SERIO