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>
This commit is contained in:
Alexandre Courbot
2013-03-28 04:34:56 -07:00
parent a2523d3cda
commit 76ec9d18b8
25 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ config REGULATOR_USERSPACE_CONSUMER
config REGULATOR_GPIO
tristate "GPIO regulator support"
depends on GENERIC_GPIO
depends on GPIOLIB
help
This driver provides support for regulators that can be
controlled via gpios.