diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-28 04:34:56 -0700 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-04-16 18:47:14 +0900 |
commit | 76ec9d18b8972f1b228f819f6126c9f022b3e642 (patch) | |
tree | c860b7360ffc3a99b2eb6db8cf132bffd4191804 /drivers/input/keyboard | |
parent | a2523d3cdab76fbda28414fd82743815f3cc3df7 (diff) | |
download | blackbird-obmc-linux-76ec9d18b8972f1b228f819f6126c9f022b3e642.tar.gz blackbird-obmc-linux-76ec9d18b8972f1b228f819f6126c9f022b3e642.zip |
Convert selectors of GENERIC_GPIO to GPIOLIB
GENERIC_GPIO is now equivalent to GPIOLIB and features that depended on
GENERIC_GPIO can now depend on GPIOLIB to allow removal of this option.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index ac0500667000..772666f7d2ba 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -175,7 +175,7 @@ config KEYBOARD_EP93XX config KEYBOARD_GPIO tristate "GPIO Buttons" - depends on GENERIC_GPIO + depends on GPIOLIB help This driver implements support for buttons connected to GPIO pins of various CPUs (and some other chips). @@ -190,7 +190,7 @@ config KEYBOARD_GPIO config KEYBOARD_GPIO_POLLED tristate "Polled GPIO buttons" - depends on GENERIC_GPIO + depends on GPIOLIB select INPUT_POLLDEV help This driver implements support for buttons connected @@ -241,7 +241,7 @@ config KEYBOARD_TCA8418 config KEYBOARD_MATRIX tristate "GPIO driven matrix keypad support" - depends on GENERIC_GPIO + depends on GPIOLIB select INPUT_MATRIXKMAP help Enable support for GPIO driven matrix keypad. |