diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-01-18 03:58:26 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-01-22 03:01:50 -0500 |
commit | 7d47f3643213ed8d8fa885cf166e2685fa85d6fb (patch) | |
tree | 00fe300d425b38a7befa3607b5787ea08376d205 /arch/arm/mach-bcm | |
parent | 2ea0dde7653342d363144b17cb39932e27428e9a (diff) |
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>
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 48705c10a0fe..bf02471d7e7c 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig | |||
@@ -7,7 +7,6 @@ config ARCH_BCM | |||
7 | select ARM_GIC | 7 | select ARM_GIC |
8 | select CPU_V7 | 8 | select CPU_V7 |
9 | select GENERIC_CLOCKEVENTS | 9 | select GENERIC_CLOCKEVENTS |
10 | select GENERIC_GPIO | ||
11 | select GENERIC_TIME | 10 | select GENERIC_TIME |
12 | select GPIO_BCM | 11 | select GPIO_BCM |
13 | select SPARSE_IRQ | 12 | select SPARSE_IRQ |