diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-28 11:34:56 (GMT) |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-04-16 09:47:14 (GMT) |
commit | 76ec9d18b8972f1b228f819f6126c9f022b3e642 (patch) | |
tree | c860b7360ffc3a99b2eb6db8cf132bffd4191804 /drivers/regulator/Kconfig | |
parent | a2523d3cdab76fbda28414fd82743815f3cc3df7 (diff) | |
download | linux-fsl-qoriq-76ec9d18b8972f1b228f819f6126c9f022b3e642.tar.xz |
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/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index a5d97ea..8bb2644 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -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. |