diff options
author | Sebastian Reichel <sre@kernel.org> | 2017-03-21 23:50:42 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-04-11 16:18:09 +0200 |
commit | 6d99971842f6b0779738d8c168d9ed92ef1ff5fc (patch) | |
tree | 89eb10be14889ead0f1f972ebbfad8b781fd7da5 /drivers/input/misc/Kconfig | |
parent | mfd: cpcap: Implement IRQ sense helper (diff) | |
download | linux-6d99971842f6b0779738d8c168d9ed92ef1ff5fc.tar.xz linux-6d99971842f6b0779738d8c168d9ed92ef1ff5fc.zip |
input: cpcap-pwrbutton: New driver
Motorola CPCAP is a PMIC found in multiple smartphones.
This driver adds support for the power/on button and has
been tested in Droid 4.
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 5b6c52210d20..9f7b72249eac 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -316,6 +316,16 @@ config INPUT_COBALT_BTNS To compile this driver as a module, choose M here: the module will be called cobalt_btns. +config INPUT_CPCAP_PWRBUTTON + tristate "CPCAP OnKey" + depends on MFD_CPCAP + help + Say Y here if you want to enable power key reporting via the + Motorola CPCAP chip. + + To compile this driver as a module, choose M here. The module will + be called cpcap-pwrbutton. + config INPUT_WISTRON_BTNS tristate "x86 Wistron laptop button interface" depends on X86_32 |