summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/Kconfig
diff options
context:
space:
mode:
authorAlexandre Courbot2013-03-28 12:34:56 +0100
committerAlexandre Courbot2013-04-16 11:47:14 +0200
commit76ec9d18b8972f1b228f819f6126c9f022b3e642 (patch)
treec860b7360ffc3a99b2eb6db8cf132bffd4191804 /arch/unicore32/Kconfig
parentblackfin: force use of gpiolib (diff)
downloadkernel-qcow2-linux-76ec9d18b8972f1b228f819f6126c9f022b3e642.tar.gz
kernel-qcow2-linux-76ec9d18b8972f1b228f819f6126c9f022b3e642.tar.xz
kernel-qcow2-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 'arch/unicore32/Kconfig')
-rw-r--r--arch/unicore32/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
index 63521dc6c9d5..468cd706be1d 100644
--- a/arch/unicore32/Kconfig
+++ b/arch/unicore32/Kconfig
@@ -156,7 +156,7 @@ source "mm/Kconfig"
config LEDS
def_bool y
- depends on GENERIC_GPIO
+ depends on GPIOLIB
config ALIGNMENT_TRAP
def_bool y