aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2013-03-28 07:34:56 -0400
committerAlexandre Courbot <acourbot@nvidia.com>2013-04-16 05:47:14 -0400
commit76ec9d18b8972f1b228f819f6126c9f022b3e642 (patch)
treec860b7360ffc3a99b2eb6db8cf132bffd4191804 /drivers/mtd/maps/Kconfig
parenta2523d3cdab76fbda28414fd82743815f3cc3df7 (diff)
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/mtd/maps/Kconfig')
-rw-r--r--drivers/mtd/maps/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 3ed17c4d4358..c26938382f64 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -419,7 +419,7 @@ config MTD_BFIN_ASYNC
419 419
420config MTD_GPIO_ADDR 420config MTD_GPIO_ADDR
421 tristate "GPIO-assisted Flash Chip Support" 421 tristate "GPIO-assisted Flash Chip Support"
422 depends on GENERIC_GPIO || GPIOLIB 422 depends on GPIOLIB
423 depends on MTD_COMPLEX_MAPPINGS 423 depends on MTD_COMPLEX_MAPPINGS
424 help 424 help
425 Map driver which allows flashes to be partially physically addressed 425 Map driver which allows flashes to be partially physically addressed