aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-01 21:32:45 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-01 21:32:45 -0400
commitac9e7ab32fe42489808c8d9fc89ad413d2805766 (patch)
treed5628b62e23fae6a0acd000a7bb16030c89f2073 /arch/arm/Kconfig
parent2a2bf85f05e42b12ea6bfe821e2d19221cf93555 (diff)
parentb98138e00d96abc85b100c9b6886f105d9868ab5 (diff)
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM soc cleanups, part 2 from Olof Johansson: "A shorter cleanup branch submitted separately due to dependencies with some of the previous topics. Major thing here is that the Broadcom bcmring platform is removed. It's an SoC that's used on some stationary VoIP platforms, and is in desperate need of some cleanup. Broadcom came back and suggested that we just deprecate the platform for now, since they aren't going to spend the resources needed on cleaning it up, and there are no users of the platform directly from mainline." Fix some conflicts due to BCM2835 getting added next to the removed BCMRING, and removal of tegra files that had been converted to devicetree. * tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: Orion5x: ts78xx: Add IOMEM for virtual addresses. ARM: ux500: use __iomem pointers for MMIO ARM: Remove mach-bcmring ARM: clps711x: Remove board support for CEIVA ARM: clps711x: Fix register definitions ARM: clps711x: Fix lowlevel debug-macro ARM: clps711x: Added simple clock framework pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrl ARM: tegra: delete unused headers ARM: tegra: remove useless includes of <mach/*.h> ARM: tegra: remove dead code
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig16
1 files changed, 2 insertions, 14 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7362c9216b6d..0e8e536029b5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -364,18 +364,6 @@ config ARCH_BCM2835
364 This enables support for the Broadcom BCM2835 SoC. This SoC is 364 This enables support for the Broadcom BCM2835 SoC. This SoC is
365 use in the Raspberry Pi, and Roku 2 devices. 365 use in the Raspberry Pi, and Roku 2 devices.
366 366
367config ARCH_BCMRING
368 bool "Broadcom BCMRING"
369 depends on MMU
370 select CPU_V6
371 select ARM_AMBA
372 select ARM_TIMER_SP804
373 select CLKDEV_LOOKUP
374 select GENERIC_CLOCKEVENTS
375 select ARCH_WANT_OPTIONAL_GPIOLIB
376 help
377 Support for Broadcom's BCMRing platform.
378
379config ARCH_HIGHBANK 367config ARCH_HIGHBANK
380 bool "Calxeda Highbank-based" 368 bool "Calxeda Highbank-based"
381 select ARCH_WANT_OPTIONAL_GPIOLIB 369 select ARCH_WANT_OPTIONAL_GPIOLIB
@@ -398,6 +386,8 @@ config ARCH_CLPS711X
398 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" 386 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
399 select CPU_ARM720T 387 select CPU_ARM720T
400 select ARCH_USES_GETTIMEOFFSET 388 select ARCH_USES_GETTIMEOFFSET
389 select COMMON_CLK
390 select CLKDEV_LOOKUP
401 select NEED_MACH_MEMORY_H 391 select NEED_MACH_MEMORY_H
402 help 392 help
403 Support for Cirrus Logic 711x/721x/731x based boards. 393 Support for Cirrus Logic 711x/721x/731x based boards.
@@ -1033,8 +1023,6 @@ source "arch/arm/mach-mvebu/Kconfig"
1033 1023
1034source "arch/arm/mach-at91/Kconfig" 1024source "arch/arm/mach-at91/Kconfig"
1035 1025
1036source "arch/arm/mach-bcmring/Kconfig"
1037
1038source "arch/arm/mach-clps711x/Kconfig" 1026source "arch/arm/mach-clps711x/Kconfig"
1039 1027
1040source "arch/arm/mach-cns3xxx/Kconfig" 1028source "arch/arm/mach-cns3xxx/Kconfig"