From: Linus Walleij Date: Tue, 19 Apr 2016 11:27:28 +0000 (+0200) Subject: unicore: do away with ARCH_REQUIRE_GPIOLIB X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c40d54a1845c68f279084c0be884e26463e1ded4;p=linux-beck.git 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 Cc: Guan Xuetao Signed-off-by: Linus Walleij --- 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