diff options
| author | Jaewon Kim <jaewon02.kim@samsung.com> | 2014-12-17 13:31:08 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-12-21 21:59:20 -0500 |
| commit | d64cb71bede87dbca60d586a7bb4cef87fbe2731 (patch) | |
| tree | 739e9baeed3147f7c81cbd8ff7f4ec714acf7ec4 /drivers/input/misc/Kconfig | |
| parent | 27a560ba1d4f0a07a36e1de2cae839abe776e8f3 (diff) | |
Input: add regulator haptic driver
This change adds support for haptic driver controlled by voltage of a
regulator. Userspace can control the device via Force Feedback interface
from input framework.
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Signed-off-by: Hyunhee Kim <hyunhee.kim@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
| -rw-r--r-- | drivers/input/misc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 23297ab6163f..1da0a20c42ea 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
| @@ -394,6 +394,18 @@ config INPUT_CM109 | |||
| 394 | To compile this driver as a module, choose M here: the module will be | 394 | To compile this driver as a module, choose M here: the module will be |
| 395 | called cm109. | 395 | called cm109. |
| 396 | 396 | ||
| 397 | config INPUT_REGULATOR_HAPTIC | ||
| 398 | tristate "Regulator haptics support" | ||
| 399 | depends on REGULATOR | ||
| 400 | select INPUT_FF_MEMLESS | ||
| 401 | help | ||
| 402 | This option enables device driver support for the haptic controlled | ||
| 403 | by a regulator. This driver supports ff-memless interface | ||
| 404 | from input framework. | ||
| 405 | |||
| 406 | To compile this driver as a module, choose M here: the | ||
| 407 | module will be called regulator-haptic. | ||
| 408 | |||
| 397 | config INPUT_RETU_PWRBUTTON | 409 | config INPUT_RETU_PWRBUTTON |
| 398 | tristate "Retu Power button Driver" | 410 | tristate "Retu Power button Driver" |
| 399 | depends on MFD_RETU | 411 | depends on MFD_RETU |
