mirror of https://gitee.com/openkylin/linux.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 <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>
This commit is contained in:
parent
296ad4acb8
commit
5a161394ae
|
@ -74,7 +74,7 @@ config PLATFORM_AT32AP
|
||||||
select SUBARCH_AVR32B
|
select SUBARCH_AVR32B
|
||||||
select MMU
|
select MMU
|
||||||
select PERFORMANCE_COUNTERS
|
select PERFORMANCE_COUNTERS
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select GPIOLIB
|
||||||
select GENERIC_ALLOCATOR
|
select GENERIC_ALLOCATOR
|
||||||
select HAVE_FB_ATMEL
|
select HAVE_FB_ATMEL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue