diff options
author | Steve Twiss <stwiss.opensource@diasemi.com> | 2015-06-09 02:26:20 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-06-09 21:23:24 +0300 |
commit | 5179f0ce2f96f155e3bda93b3b82f912dbaddad2 (patch) | |
tree | 4edcad7286a5bdd329605646eaeae1c550628ab1 /drivers/input/misc/Kconfig | |
parent | 7b9f1830745cb3ad9e0f3774e83900610cedd39c (diff) | |
download | linux-5179f0ce2f96f155e3bda93b3b82f912dbaddad2.tar.xz |
Input: add OnKey driver for DA9063 MFD part
This adds OnKey driver support for DA9063.
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.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 e5c4de279001..d4f0a817e858 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -610,6 +610,16 @@ config INPUT_DA9055_ONKEY To compile this driver as a module, choose M here: the module will be called da9055_onkey. +config INPUT_DA9063_ONKEY + tristate "Dialog DA9063 OnKey" + depends on MFD_DA9063 + help + Support the ONKEY of Dialog DA9063 Power Management IC as an + input device reporting power button statue. + + To compile this driver as a module, choose M here: the module + will be called da9063_onkey. + config INPUT_DM355EVM tristate "TI DaVinci DM355 EVM Keypad and IR Remote" depends on MFD_DM355EVM_MSP |