diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-02 00:08:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-02 00:08:03 -0400 |
commit | 994c0e992522c123298b4a91b72f5e67ba2d1123 (patch) | |
tree | 411952f844b8e1d5ef2854e44df793529078d3eb /arch/arm/Kconfig | |
parent | 367069f16e32e188d4687fe2c3e30f2ca583836f (diff) | |
parent | abc3f126ac736280c68db6472eb0040ddf6e1b1f (diff) |
Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-soc
* 'next/soc' of git://git.linaro.org/people/arnd/arm-soc: (21 commits)
MAINTAINERS: add ARM/FREESCALE IMX6 entry
arm/imx: merge i.MX3 and i.MX6
arm/imx6q: add suspend/resume support
arm/imx6q: add device tree machine support
arm/imx6q: add smp and cpu hotplug support
arm/imx6q: add core drivers clock, gpc, mmdc and src
arm/imx: add gic_handle_irq function
arm/imx6q: add core definitions and low-level debug uart
arm/imx6q: add device tree source
ARM: highbank: add suspend support
ARM: highbank: Add cpu hotplug support
ARM: highbank: add SMP support
MAINTAINERS: add Calxeda Highbank ARM platform
ARM: add Highbank core platform support
ARM: highbank: add devicetree source
ARM: l2x0: add empty l2x0_of_init
picoxcell: add a definition of VMALLOC_END
picoxcell: remove custom ioremap implementation
picoxcell: add the DTS for the PC7302 board
picoxcell: add the DTS for pc3x2 and pc3x3 devices
...
Fix up trivial conflicts in arch/arm/Kconfig, and some more header file
conflicts in arch/arm/mach-omap2/board-generic.c (as per an ealier merge
by Arnd).
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bcc067006342..fe6b0526b3a6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -334,6 +334,20 @@ config ARCH_BCMRING | |||
334 | help | 334 | help |
335 | Support for Broadcom's BCMRing platform. | 335 | Support for Broadcom's BCMRing platform. |
336 | 336 | ||
337 | config ARCH_HIGHBANK | ||
338 | bool "Calxeda Highbank-based" | ||
339 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
340 | select ARM_AMBA | ||
341 | select ARM_GIC | ||
342 | select ARM_TIMER_SP804 | ||
343 | select CLKDEV_LOOKUP | ||
344 | select CPU_V7 | ||
345 | select GENERIC_CLOCKEVENTS | ||
346 | select HAVE_ARM_SCU | ||
347 | select USE_OF | ||
348 | help | ||
349 | Support for the Calxeda Highbank SoC based boards. | ||
350 | |||
337 | config ARCH_CLPS711X | 351 | config ARCH_CLPS711X |
338 | bool "Cirrus Logic CLPS711x/EP721x-based" | 352 | bool "Cirrus Logic CLPS711x/EP721x-based" |
339 | select CPU_ARM720T | 353 | select CPU_ARM720T |
@@ -623,6 +637,24 @@ config ARCH_TEGRA | |||
623 | This enables support for NVIDIA Tegra based systems (Tegra APX, | 637 | This enables support for NVIDIA Tegra based systems (Tegra APX, |
624 | Tegra 6xx and Tegra 2 series). | 638 | Tegra 6xx and Tegra 2 series). |
625 | 639 | ||
640 | config ARCH_PICOXCELL | ||
641 | bool "Picochip picoXcell" | ||
642 | select ARCH_REQUIRE_GPIOLIB | ||
643 | select ARM_PATCH_PHYS_VIRT | ||
644 | select ARM_VIC | ||
645 | select CPU_V6K | ||
646 | select DW_APB_TIMER | ||
647 | select GENERIC_CLOCKEVENTS | ||
648 | select GENERIC_GPIO | ||
649 | select HAVE_SCHED_CLOCK | ||
650 | select HAVE_TCM | ||
651 | select NO_IOPORT | ||
652 | select USE_OF | ||
653 | help | ||
654 | This enables support for systems based on the Picochip picoXcell | ||
655 | family of Femtocell devices. The picoxcell support requires device tree | ||
656 | for all boards. | ||
657 | |||
626 | config ARCH_PNX4008 | 658 | config ARCH_PNX4008 |
627 | bool "Philips Nexperia PNX4008 Mobile" | 659 | bool "Philips Nexperia PNX4008 Mobile" |
628 | select CPU_ARM926T | 660 | select CPU_ARM926T |
@@ -1398,7 +1430,7 @@ config SMP | |||
1398 | depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \ | 1430 | depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \ |
1399 | MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \ | 1431 | MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \ |
1400 | ARCH_EXYNOS4 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \ | 1432 | ARCH_EXYNOS4 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \ |
1401 | ARCH_MSM_SCORPIONMP || ARCH_SHMOBILE | 1433 | ARCH_MSM_SCORPIONMP || ARCH_SHMOBILE || ARCH_HIGHBANK || SOC_IMX6Q |
1402 | depends on MMU | 1434 | depends on MMU |
1403 | select USE_GENERIC_SMP_HELPERS | 1435 | select USE_GENERIC_SMP_HELPERS |
1404 | select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP | 1436 | select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP |