aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-09-21 00:27:41 -0400
committerOlof Johansson <olof@lixom.net>2012-09-21 00:27:41 -0400
commitb612a85792192b70e6497619521772c38ace758e (patch)
tree0405e78c23b600153bee5a0e19a5129ddca832f9 /arch/arm/Kconfig
parentea832c41dacbc4a5f3888d9ef7c38213914aba2a (diff)
parent3aec092eed5d8d2b19a62b0aeed3acea9471099a (diff)
Merge branch 'next/soc' into next/multiplatform
* next/soc: (50 commits) ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data move MAINTAINERS: add an entry for the BCM2835 ARM sub-architecture ARM: bcm2835: instantiate console UART ARM: bcm2835: add stub clock driver ARM: bcm2835: add system timer ARM: bcm2835: add interrupt controller driver ARM: add infra-structure for BCM2835 and Raspberry Pi ARM: tegra20: add CPU hotplug support ARM: tegra30: add CPU hotplug support ARM: tegra: clean up the common assembly macros into sleep.h ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_ops ARM: tegra: introduce tegra_cpu_car_ops structures ARM: Tegra: Add smp_twd clock for Tegra20 ARM: AM33XX: clock: Add dcan clock aliases for device-tree ARM: OMAP2+: dpll: Add missing soc_is_am33xx() check for common functions ARM: OMAP: omap_device: idle devices with no driver bound ARM: OMAP: omap_device: don't attempt late suspend if no driver bound ARM: OMAP: omap_device: keep track of driver bound status ARM: OMAP3+: hwmod: Add AM33XX HWMOD data ARM: OMAP2+: hwmod: Hook-up am33xx support in omap_hwmod framework ... Change/remove conflict in arch/arm/mach-ux500/clock.c resolved. Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 896824bb860a..4235503a8686 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -347,6 +347,23 @@ config ARCH_AT91
347 This enables support for systems based on Atmel 347 This enables support for systems based on Atmel
348 AT91RM9200 and AT91SAM9* processors. 348 AT91RM9200 and AT91SAM9* processors.
349 349
350config ARCH_BCM2835
351 bool "Broadcom BCM2835 family"
352 select ARCH_WANT_OPTIONAL_GPIOLIB
353 select ARM_AMBA
354 select ARM_ERRATA_411920
355 select ARM_TIMER_SP804
356 select CLKDEV_LOOKUP
357 select COMMON_CLK
358 select CPU_V6
359 select GENERIC_CLOCKEVENTS
360 select MULTI_IRQ_HANDLER
361 select SPARSE_IRQ
362 select USE_OF
363 help
364 This enables support for the Broadcom BCM2835 SoC. This SoC is
365 use in the Raspberry Pi, and Roku 2 devices.
366
350config ARCH_BCMRING 367config ARCH_BCMRING
351 bool "Broadcom BCMRING" 368 bool "Broadcom BCMRING"
352 depends on MMU 369 depends on MMU
@@ -674,6 +691,7 @@ config ARCH_TEGRA
674 select MIGHT_HAVE_CACHE_L2X0 691 select MIGHT_HAVE_CACHE_L2X0
675 select ARCH_HAS_CPUFREQ 692 select ARCH_HAS_CPUFREQ
676 select USE_OF 693 select USE_OF
694 select COMMON_CLK
677 help 695 help
678 This enables support for NVIDIA Tegra based systems (Tegra APX, 696 This enables support for NVIDIA Tegra based systems (Tegra APX,
679 Tegra 6xx and Tegra 2 series). 697 Tegra 6xx and Tegra 2 series).