diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-07-30 04:36:44 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-07 16:57:25 +0300 |
commit | 38a986c0750db23aeb5968f8b6d37298b9be4b11 (patch) | |
tree | e421573b888d8cea8b5afd91a5d62401711e8244 /drivers/input/misc/Kconfig | |
parent | 56bbc99e6914eb183fb083f737178a1757083d41 (diff) | |
download | linux-38a986c0750db23aeb5968f8b6d37298b9be4b11.tar.xz |
Input: Remove the max77843 haptic driver
The max77693 haptic driver supports Maxim 77843 device so remove the
max77843 driver.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index f5d7a98a329d..c41dec819cdf 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -177,18 +177,6 @@ config INPUT_MAX77693_HAPTIC To compile this driver as module, choose M here: the module will be called max77693-haptic. -config INPUT_MAX77843_HAPTIC - tristate "MAXIM MAX77843 haptic controller support" - depends on MFD_MAX77843 && REGULATOR - select INPUT_FF_MEMLESS - help - This option enables support for the haptic controller on - MAXIM MAX77843 chip. The driver supports ff-memless interface - from input framework. - - To compile this driver as module, choose M here: the - module will be called max77843-haptic. - config INPUT_MAX8925_ONKEY tristate "MAX8925 ONKEY support" depends on MFD_MAX8925 |