diff options
| author | Felipe Balbi <me@felipebalbi.com> | 2009-04-20 02:07:50 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-20 02:08:41 -0400 |
| commit | 68d8bf0436001980461483f2d753206447f27685 (patch) | |
| tree | 3cfdd9718d9e164895b74738c9d75d1b39e46732 /drivers/input/misc/Kconfig | |
| parent | e06003af56c386018f0c209608ac6c6662228cc0 (diff) | |
Input: add twl4030-pwrbutton driver
This is part of the twl4030 multifunction device driver that supports
reporting KEY_POWER events via the input layer.
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 5c0a631d145..6cff5acfa85 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
| @@ -193,6 +193,16 @@ config INPUT_CM109 | |||
| 193 | To compile this driver as a module, choose M here: the module will be | 193 | To compile this driver as a module, choose M here: the module will be |
| 194 | called cm109. | 194 | called cm109. |
| 195 | 195 | ||
| 196 | config INPUT_TWL4030_PWRBUTTON | ||
| 197 | tristate "TWL4030 Power button Driver" | ||
| 198 | depends on TWL4030_CORE | ||
| 199 | help | ||
| 200 | Say Y here if you want to enable power key reporting via the | ||
| 201 | TWL4030 family of chips. | ||
| 202 | |||
| 203 | To compile this driver as a module, choose M here. The module will | ||
| 204 | be called twl4030_pwrbutton. | ||
| 205 | |||
| 196 | config INPUT_UINPUT | 206 | config INPUT_UINPUT |
| 197 | tristate "User level driver support" | 207 | tristate "User level driver support" |
| 198 | help | 208 | help |
