Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <m@bues.ch>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Acked-by: Acked-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1 -1
+1 -1
arch/avr32/Kconfig
··· 74 74 select SUBARCH_AVR32B 75 75 select MMU 76 76 select PERFORMANCE_COUNTERS 77 - select ARCH_REQUIRE_GPIOLIB 77 + select GPIOLIB 78 78 select GENERIC_ALLOCATOR 79 79 select HAVE_FB_ATMEL 80 80