diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-04-19 13:27:28 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-06-08 09:55:46 +0200 |
commit | c40d54a1845c68f279084c0be884e26463e1ded4 (patch) | |
tree | 61b427158541e833ba1d14dc5c47d700a00340f3 /arch/unicore32 | |
parent | fdcfdfa1b5b698c12a56aebd0065055a34c25c7a (diff) | |
download | linux-c40d54a1845c68f279084c0be884e26463e1ded4.tar.bz2 |
unicore: do away with ARCH_REQUIRE_GPIOLIB
Replace "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB"
as this can now be selected directly.
Cc: Michael Büsch <m@bues.ch>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index e5602ee9c610..0769066929c6 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -80,7 +80,7 @@ config ARCH_PUV3 select CPU_UCV2 select GENERIC_CLOCKEVENTS select HAVE_CLK - select ARCH_REQUIRE_GPIOLIB + select GPIOLIB # CONFIGs for ARCH_PUV3 |