summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGirish S G <girishsg@ti.com>2012-02-23 17:30:13 +0800
committerAndy Green <andy.green@linaro.org>2012-06-20 10:27:31 +0800
commit711e2fee927513d6b36a82d89ff6456a71a037c8 (patch)
treebecfbc54720b831305416f03c91d312fa7abf043
parentf949bbf42c0e74dabc0ca62a7d9a0698c20f114f (diff)
INPUT: KEY: Add palmas pwron button
Add Palmas Power button config option in Kconfig. Change-Id: I10f9d90128a5322432fd5cd54a9e82184a51b681 Signed-off-by: Girish S G <girishsg@ti.com> Signed-off-by: Keerthy <j-keerthy@ti.com>
-rw-r--r--drivers/input/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index b97d99cf11b..35a15195c5f 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -388,6 +388,16 @@ config INPUT_TWL4030_PWRBUTTON
To compile this driver as a module, choose M here. The module will
be called twl4030_pwrbutton.
+config INPUT_PALMAS_PWRBUTTON
+ tristate "PALMAS Power button Driver"
+ depends on MFD_PALMAS
+ help
+ Say Y here if you want to enable power key reporting via the
+ TWL4030 family of chips.
+
+ To compile this driver as a module, choose M here. The module will
+ be called palmas_pwrbutton.
+
config INPUT_TWL4030_VIBRA
tristate "Support for TWL4030 Vibrator"
depends on TWL4030_CORE