From: Linus Walleij Date: Tue, 19 Apr 2016 09:10:42 +0000 (+0200) Subject: avr32: do away with ARCH_REQUIRE_GPIOLIB X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5a161394aeb0b36c1be7ef6f54103cd13c95b8a1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git avr32: 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: Haavard Skinnemoen Acked-by: Acked-by: Hans-Christian Noren Egtvedt Signed-off-by: Linus Walleij --- diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index b6878eb64884..18b88779e701 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -74,7 +74,7 @@ config PLATFORM_AT32AP select SUBARCH_AVR32B select MMU select PERFORMANCE_COUNTERS - select ARCH_REQUIRE_GPIOLIB + select GPIOLIB select GENERIC_ALLOCATOR select HAVE_FB_ATMEL