diff options
author | Olof Johansson <olof@lixom.net> | 2014-05-20 01:27:05 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-05-20 02:29:01 -0400 |
commit | 5fe0163aea863b1a5f79173619fdfe9e9baad299 (patch) | |
tree | c49a6f58a3d3d71825cf77477e1e2702d2ffe103 /arch/arm/mach-mvebu | |
parent | 5df22a6148d7f073513a61eb306a98654c5a6fe8 (diff) | |
parent | e7062b101537a0c4f4a8d725321772eb78100074 (diff) |
Merge branch 'cleanup/kconfig' into next/soc
Bring in the cleanup branch due to conflicts in new additions. Should really
have been the base before the other branch, but this way works too.
* cleanup/kconfig:
ARM: qcom: clean-up unneeded kconfig selects
ARM: bcm: clean-up unneeded kconfig selects
ARM: mvebu: clean-up unneeded kconfig selects
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index d6b0a772a6dd..199187e474ce 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -3,7 +3,6 @@ config ARCH_MVEBU | |||
3 | select ARCH_SUPPORTS_BIG_ENDIAN | 3 | select ARCH_SUPPORTS_BIG_ENDIAN |
4 | select CLKSRC_MMIO | 4 | select CLKSRC_MMIO |
5 | select GENERIC_IRQ_CHIP | 5 | select GENERIC_IRQ_CHIP |
6 | select IRQ_DOMAIN | ||
7 | select PINCTRL | 6 | select PINCTRL |
8 | select PLAT_ORION | 7 | select PLAT_ORION |
9 | select SOC_BUS | 8 | select SOC_BUS |
@@ -12,7 +11,6 @@ config ARCH_MVEBU | |||
12 | select ARCH_REQUIRE_GPIOLIB | 11 | select ARCH_REQUIRE_GPIOLIB |
13 | select MIGHT_HAVE_PCI | 12 | select MIGHT_HAVE_PCI |
14 | select PCI_QUIRKS if PCI | 13 | select PCI_QUIRKS if PCI |
15 | select OF_ADDRESS_PCI | ||
16 | 14 | ||
17 | if ARCH_MVEBU | 15 | if ARCH_MVEBU |
18 | 16 | ||
@@ -39,7 +37,6 @@ config MACH_ARMADA_375 | |||
39 | select ARM_ERRATA_753970 | 37 | select ARM_ERRATA_753970 |
40 | select ARM_GIC | 38 | select ARM_GIC |
41 | select ARMADA_375_CLK | 39 | select ARMADA_375_CLK |
42 | select CPU_V7 | ||
43 | select HAVE_ARM_SCU | 40 | select HAVE_ARM_SCU |
44 | select HAVE_ARM_TWD if SMP | 41 | select HAVE_ARM_TWD if SMP |
45 | select HAVE_SMP | 42 | select HAVE_SMP |
@@ -55,7 +52,6 @@ config MACH_ARMADA_38X | |||
55 | select ARM_ERRATA_753970 | 52 | select ARM_ERRATA_753970 |
56 | select ARM_GIC | 53 | select ARM_GIC |
57 | select ARMADA_38X_CLK | 54 | select ARMADA_38X_CLK |
58 | select CPU_V7 | ||
59 | select HAVE_ARM_SCU | 55 | select HAVE_ARM_SCU |
60 | select HAVE_ARM_TWD if SMP | 56 | select HAVE_ARM_TWD if SMP |
61 | select HAVE_SMP | 57 | select HAVE_SMP |
@@ -93,13 +89,11 @@ config MACH_KIRKWOOD | |||
93 | select ARCH_REQUIRE_GPIOLIB | 89 | select ARCH_REQUIRE_GPIOLIB |
94 | select CPU_FEROCEON | 90 | select CPU_FEROCEON |
95 | select KIRKWOOD_CLK | 91 | select KIRKWOOD_CLK |
96 | select OF_IRQ | ||
97 | select ORION_IRQCHIP | 92 | select ORION_IRQCHIP |
98 | select ORION_TIMER | 93 | select ORION_TIMER |
99 | select PCI | 94 | select PCI |
100 | select PCI_QUIRKS | 95 | select PCI_QUIRKS |
101 | select PINCTRL_KIRKWOOD | 96 | select PINCTRL_KIRKWOOD |
102 | select USE_OF | ||
103 | help | 97 | help |
104 | Say 'Y' here if you want your kernel to support boards based | 98 | Say 'Y' here if you want your kernel to support boards based |
105 | on the Marvell Kirkwood device tree. | 99 | on the Marvell Kirkwood device tree. |