diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2010-07-04 01:21:25 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-07-04 01:23:26 -0700 |
commit | 312e8e8a9e2471b0ada7366497fffb3ff1a40e2c (patch) | |
tree | 45f91b8099e5fbcebfcb3a208902013a4bb9fb0c /drivers/input/keyboard/Kconfig | |
parent | 866d7d7b4a4e1d502b136bcc8af605091fe4c7b5 (diff) | |
download | kernel_samsung_smdk4412-312e8e8a9e2471b0ada7366497fffb3ff1a40e2c.tar.gz kernel_samsung_smdk4412-312e8e8a9e2471b0ada7366497fffb3ff1a40e2c.tar.bz2 kernel_samsung_smdk4412-312e8e8a9e2471b0ada7366497fffb3ff1a40e2c.zip |
Input: mcs - Add MCS touchkey driver
This adds support for MELPAS MCS5000/MSC5080 touch key controllers.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index d8fa5d724c5..c7480934cee 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -297,6 +297,18 @@ config KEYBOARD_MAX7359 To compile this driver as a module, choose M here: the module will be called max7359_keypad. +config KEYBOARD_MCS + tristate "MELFAS MCS Touchkey" + depends on I2C + help + Say Y here if you have the MELFAS MCS5000/5080 touchkey controller + chip in your system. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called mcs_touchkey. + config KEYBOARD_IMX tristate "IMX keypad support" depends on ARCH_MXC |