diff options
author | Felipe Balbi <balbi@ti.com> | 2014-12-27 20:37:37 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-12-27 20:43:03 -0800 |
commit | 5fafed3e5612e9f308d20dc94adf5fc3d4a1a2a8 (patch) | |
tree | 2d37cb7360ea3d970352eb11a75aada59dd12aea /drivers/input/misc/Kconfig | |
parent | af6a5af8e8cc1566fc06636de02347825808650e (diff) | |
download | blackbird-op-linux-5fafed3e5612e9f308d20dc94adf5fc3d4a1a2a8.tar.gz blackbird-op-linux-5fafed3e5612e9f308d20dc94adf5fc3d4a1a2a8.zip |
Input: add tps65218 power button driver
With this driver, we can report KEY_POWER on AM437x SK. This patch has been
tested with said board.
Signed-off-by: Felipe Balbi <balbi@ti.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 1da0a20c42ea..95919170795d 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -416,6 +416,16 @@ config INPUT_RETU_PWRBUTTON To compile this driver as a module, choose M here. The module will be called retu-pwrbutton. +config INPUT_TPS65218_PWRBUTTON + tristate "TPS65218 Power button driver" + depends on MFD_TPS65218 + help + Say Y here if you want to enable power buttong reporting for + the TPS65218 Power Management IC device. + + To compile this driver as a module, choose M here. The module will + be called tps65218-pwrbutton. + config INPUT_TWL4030_PWRBUTTON tristate "TWL4030 Power button Driver" depends on TWL4030_CORE |