mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
7d47f36432
In drivers/gpio/Kcong, ARCH_REQUIRE_GPIOLIB selects GPIOLIB which in turn selects GENERIC_GPIO. So GENERIC_GPIO will be selected automatically for those platforms that select ARCH_REQUIRE_GPIOLIB. Remove the redundant 'select GENERIC_GPIO' for platforms that already select ARCH_REQUIRE_GPIOLIB at either mach or plat level. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
config ARCH_PICOXCELL
|
|
bool "Picochip PicoXcell" if ARCH_MULTI_V6
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_PATCH_PHYS_VIRT
|
|
select ARM_VIC
|
|
select CPU_V6K
|
|
select DW_APB_TIMER
|
|
select DW_APB_TIMER_OF
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_TCM
|
|
select NO_IOPORT
|
|
select SPARSE_IRQ
|
|
select USE_OF
|