diff options
author | Rob Herring <robh@kernel.org> | 2014-04-22 15:29:01 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-04-22 15:33:27 -0400 |
commit | 9f0db8b9c466e0e5f3bc86a1389c790ca16643a8 (patch) | |
tree | 449573e229f3b11d47b014911fde3c77e76f758e /arch/arm/mach-bcm | |
parent | 55400f3a1f89e39761f45c19f6e4235a329c400b (diff) |
ARM: bcm: clean-up unneeded kconfig selects
Multi-platform support implies all these options are already selected and
individual platforms don't need to select them.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Christian Daudt <bcm@fixthebug.org>
Cc: Matt Porter <mporter@linaro.org>
Cc: bcm-kernel-feedback-list@broadcom.com
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 49c914cd9c7a..9f19636fea2f 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig | |||
@@ -11,7 +11,6 @@ menu "Broadcom SoC Selection" | |||
11 | 11 | ||
12 | config ARCH_BCM_MOBILE | 12 | config ARCH_BCM_MOBILE |
13 | bool "Broadcom Mobile SoC" if ARCH_MULTI_V7 | 13 | bool "Broadcom Mobile SoC" if ARCH_MULTI_V7 |
14 | depends on MMU | ||
15 | select ARCH_REQUIRE_GPIOLIB | 14 | select ARCH_REQUIRE_GPIOLIB |
16 | select ARM_ERRATA_754322 | 15 | select ARM_ERRATA_754322 |
17 | select ARM_ERRATA_764369 if SMP | 16 | select ARM_ERRATA_764369 if SMP |
@@ -33,10 +32,7 @@ config ARCH_BCM2835 | |||
33 | select ARM_AMBA | 32 | select ARM_AMBA |
34 | select ARM_ERRATA_411920 | 33 | select ARM_ERRATA_411920 |
35 | select ARM_TIMER_SP804 | 34 | select ARM_TIMER_SP804 |
36 | select CLKDEV_LOOKUP | ||
37 | select CLKSRC_OF | 35 | select CLKSRC_OF |
38 | select CPU_V6 | ||
39 | select GENERIC_CLOCKEVENTS | ||
40 | select PINCTRL | 36 | select PINCTRL |
41 | select PINCTRL_BCM2835 | 37 | select PINCTRL_BCM2835 |
42 | help | 38 | help |
@@ -45,14 +41,10 @@ config ARCH_BCM2835 | |||
45 | 41 | ||
46 | config ARCH_BCM_5301X | 42 | config ARCH_BCM_5301X |
47 | bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7 | 43 | bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7 |
48 | depends on MMU | ||
49 | select ARM_GIC | 44 | select ARM_GIC |
50 | select CACHE_L2X0 | 45 | select CACHE_L2X0 |
51 | select HAVE_ARM_SCU if SMP | 46 | select HAVE_ARM_SCU if SMP |
52 | select HAVE_ARM_TWD if SMP | 47 | select HAVE_ARM_TWD if SMP |
53 | select HAVE_SMP | ||
54 | select COMMON_CLK | ||
55 | select GENERIC_CLOCKEVENTS | ||
56 | select ARM_GLOBAL_TIMER | 48 | select ARM_GLOBAL_TIMER |
57 | select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK | 49 | select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK |
58 | select MIGHT_HAVE_PCI | 50 | select MIGHT_HAVE_PCI |