unicore: do away with ARCH_REQUIRE_GPIOLIB
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Apr 2016 11:27:28 +0000 (13:27 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Jun 2016 07:55:46 +0000 (09:55 +0200)
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>
arch/unicore32/Kconfig

index e5602ee9c6101119990f4a84b367924b6afdf1d9..0769066929c636ecbaa78a9b9a0455aaa7f3abef 100644 (file)
@@ -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
 
This page took 0.02654 seconds and 5 git commands to generate.