[PATCH] gpio/nomadik: remove dangling Kconfig selects

From: Linus Walleij
Date: Wed May 25 2011 - 04:10:48 EST


From: Linus Walleij <linus.walleij@xxxxxxxxxx>

With the movement of the Nomadik GPIO driver we compile the driver
when PLAT_NOMADIK is selected to this Kconfig option is gone.

Reported-by: Russell King <linux@xxxxxxxxxxxxxxxx>
Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
---
This goes on top of the GPIO movement patches posted yesterday,
it might conflict with something but solving that is sufficiently
trivial I think.
---
arch/arm/mach-nomadik/Kconfig | 1 -
arch/arm/mach-ux500/Kconfig | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig
index 71f3ea6..3c5e0f5 100644
--- a/arch/arm/mach-nomadik/Kconfig
+++ b/arch/arm/mach-nomadik/Kconfig
@@ -6,7 +6,6 @@ config MACH_NOMADIK_8815NHK
bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
select NOMADIK_8815
select HAS_MTU
- select NOMADIK_GPIO

endmenu

diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 5862601..fa58882 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -5,7 +5,6 @@ config UX500_SOC_COMMON
default y
select ARM_GIC
select HAS_MTU
- select NOMADIK_GPIO
select ARM_ERRATA_753970

menu "Ux500 SoC"
--
1.7.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/