ARM: remove redundant 'select GENERIC_GPIO'
authorShawn Guo <shawn.guo@linaro.org>
Fri, 18 Jan 2013 08:58:26 +0000 (16:58 +0800)
committerOlof Johansson <olof@lixom.net>
Tue, 22 Jan 2013 08:01:50 +0000 (00:01 -0800)
commit7d47f3643213ed8d8fa885cf166e2685fa85d6fb
tree00fe300d425b38a7befa3607b5787ea08376d205
parent2ea0dde7653342d363144b17cb39932e27428e9a
ARM: remove redundant 'select GENERIC_GPIO'

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>
arch/arm/Kconfig
arch/arm/mach-bcm/Kconfig
arch/arm/mach-picoxcell/Kconfig
arch/arm/mach-vt8500/Kconfig