summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-04-26 08:45:05 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-05-15 01:39:51 +0200
commitc95dc0114bb66c7cbfa91b7bea898e07fcff5157 (patch)
tree3f82bcea3bfd6adf99c900dfbaec06e0e0122fe7 /drivers/input/misc/Kconfig
parentInput: tsc2005 - convert driver to use devm_* (diff)
downloadlinux-c95dc0114bb66c7cbfa91b7bea898e07fcff5157.tar.xz
linux-c95dc0114bb66c7cbfa91b7bea898e07fcff5157.zip
Input: gpio-beeper - simplify GPIO handling
This patch simplifies GPIO handling in the driver by using GPIO functions based on descriptors. As a result this driver now can be used for boards without DT support. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index f772981bdcdb..05ae7e7cddde 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -224,7 +224,7 @@ config INPUT_GP2A
config INPUT_GPIO_BEEPER
tristate "Generic GPIO Beeper support"
- depends on OF_GPIO
+ depends on GPIOLIB
help
Say Y here if you have a beeper connected to a GPIO pin.