diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-04-19 11:10:42 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-26 13:36:24 +0200 |
commit | 5a161394aeb0b36c1be7ef6f54103cd13c95b8a1 (patch) | |
tree | 90302281c330c31038e1976e53336f757d650a5f | |
parent | 296ad4acb8efeffa456e344c73dc9459f4e9e1a0 (diff) | |
download | linux-next-5a161394aeb0b36c1be7ef6f54103cd13c95b8a1.tar.gz |
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>
-rw-r--r-- | arch/avr32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |