diff options
author | Ashish Jangam <ashish.jangam@kpitcummins.com> | 2012-10-30 00:27:25 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 00:47:09 -0700 |
commit | 8ed2757edd0c6bacf20c1c55bd53a0acba565be8 (patch) | |
tree | b180d022fbcd97fc94549e2c9a0a85592da383a7 /drivers/input/misc/Kconfig | |
parent | 3b11292381aa5c57ceb6e089797afdd2e4066085 (diff) | |
download | op-kernel-dev-8ed2757edd0c6bacf20c1c55bd53a0acba565be8.zip op-kernel-dev-8ed2757edd0c6bacf20c1c55bd53a0acba565be8.tar.gz |
Input: add DA9055 Onkey driver
This is the ONKEY driver of the Dialog DA9055 PMIC and depends on the
DA9055 MFD core driver.
This driver was functionally tested on SMDK6410 board.
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index a7719a2..c835357 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -483,6 +483,16 @@ config INPUT_DA9052_ONKEY To compile this driver as a module, choose M here: the module will be called da9052_onkey. +config INPUT_DA9055_ONKEY + tristate "Dialog Semiconductor DA9055 ONKEY" + depends on MFD_DA9055 + help + Support the ONKEY of DA9055 PMICs as an input device + reporting power button status. + + To compile this driver as a module, choose M here: the module + will be called da9055_onkey. + config INPUT_DM355EVM tristate "TI DaVinci DM355 EVM Keypad and IR Remote" depends on MFD_DM355EVM_MSP |