aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 07:55:16 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 07:55:16 -0400
commit5e090ed7af10729a396a25df43d69a236e789736 (patch)
tree09ba2dd9974b5224721fbc413bcf6ac9b2ac73f9 /arch/arm/Kconfig
parent84424026c0a910886064049d414a12a4f4dd125e (diff)
parent54d69df5849ec2e660aa12ac75562618c10fb499 (diff)
Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull late ARM soc platform updates from Olof Johansson: "This branch contains updates to OMAP and Marvell platforms (kirkwood, dove, mvebu) that came in after we had done the big multiplatform merges, so they were kept separate from the rest, and not separated into the traditional topics of cleanup/driver/platform features. For OMAP, the updates are: - Runtime PM conversions for the GPMC and RNG IP blocks - Preparation patches for the OMAP common clock framework conversion - clkdev alias additions required by other drivers - Performance Monitoring Unit (PMU) support for OMAP2, 3, and non-4430 OMAP4 - OMAP hwmod code and data improvements - Preparation patches for the IOMMU runtime PM conversion - Preparation patches for OMAP4 full-chip retention support For Kirkwood/Dove/mvebu: - New driver for "address decoder controller" for mvebu, which is a piece of hardware that configures addressable devices and peripherals. First user is the boot rom aperture on armada XP since it is needed for SMP support. - New device tree bindings for peripherals such as gpio-fan, iconnect nand, mv_cesa and the above address decoder controller. - Some defconfig updates, mostly to enable new DT boards and a few drivers. - New drivers using the pincontrol subsystem for dove, kirkwood and mvebu - New clean gpio driver for mvebu" * tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (98 commits) ARM: mvebu: fix build breaks from multi-platform conversion ARM: OMAP4460/4470: PMU: Enable PMU for OMAP4460/70 ARM: OMAP2+: PMU: Add runtime PM support ARM: OMAP4430: PMU: prepare to create PMU device via HWMOD ARM: OMAP2+: PMU: Convert OMAP2/3 devices to use HWMOD ARM: OMAP3: hwmod data: Add debugss HWMOD data ARM: OMAP2+: clockdomain/hwmod: add workaround for EMU clockdomain idle problems ARM: OMAP: Add a timer attribute for timers that can interrupt the DSP hwrng: OMAP: remove SoC restrictions from driver registration ARM: OMAP: split OMAP1, OMAP2+ RNG device registration hwrng: OMAP: convert to use runtime PM hwrng: OMAP: store per-device data in per-device variables, not file statics ARM: OMAP2xxx: hwmod/CM: add RNG integration data ARM: OMAP2+: gpmc: minimal driver support ARM: OMAP2+: gpmc: Adapt to HWMOD ARM: OMAP2/3: hwmod data: add gpmc ARM: OMAP4: hwmod data: add mmu hwmod for ipu and dsp ARM: OMAP3: hwmod data: add mmu data for iva and isp ARM: OMAP: iommu: fix including iommu.h without IOMMU_API selected ARM: OMAP4: hwmod data: add missing HWMOD_NO_IDLEST flags to some PRCM IP blocks ...
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig15
1 files changed, 10 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3975d10cb3e..8ac460a8f4c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -529,10 +529,11 @@ config ARCH_IXP4XX
529config ARCH_DOVE 529config ARCH_DOVE
530 bool "Marvell Dove" 530 bool "Marvell Dove"
531 select CPU_V7 531 select CPU_V7
532 select PCI
533 select ARCH_REQUIRE_GPIOLIB 532 select ARCH_REQUIRE_GPIOLIB
534 select GENERIC_CLOCKEVENTS 533 select GENERIC_CLOCKEVENTS
535 select PLAT_ORION 534 select MIGHT_HAVE_PCI
535 select PLAT_ORION_LEGACY
536 select USB_ARCH_HAS_EHCI
536 help 537 help
537 Support for the Marvell Dove SoC 88AP510 538 Support for the Marvell Dove SoC 88AP510
538 539
@@ -542,7 +543,7 @@ config ARCH_KIRKWOOD
542 select PCI 543 select PCI
543 select ARCH_REQUIRE_GPIOLIB 544 select ARCH_REQUIRE_GPIOLIB
544 select GENERIC_CLOCKEVENTS 545 select GENERIC_CLOCKEVENTS
545 select PLAT_ORION 546 select PLAT_ORION_LEGACY
546 help 547 help
547 Support for the following Marvell Kirkwood series SoCs: 548 Support for the following Marvell Kirkwood series SoCs:
548 88F6180, 88F6192 and 88F6281. 549 88F6180, 88F6192 and 88F6281.
@@ -568,7 +569,7 @@ config ARCH_MV78XX0
568 select PCI 569 select PCI
569 select ARCH_REQUIRE_GPIOLIB 570 select ARCH_REQUIRE_GPIOLIB
570 select GENERIC_CLOCKEVENTS 571 select GENERIC_CLOCKEVENTS
571 select PLAT_ORION 572 select PLAT_ORION_LEGACY
572 help 573 help
573 Support for the following Marvell MV78xx0 series SoCs: 574 Support for the following Marvell MV78xx0 series SoCs:
574 MV781x0, MV782x0. 575 MV781x0, MV782x0.
@@ -580,7 +581,7 @@ config ARCH_ORION5X
580 select PCI 581 select PCI
581 select ARCH_REQUIRE_GPIOLIB 582 select ARCH_REQUIRE_GPIOLIB
582 select GENERIC_CLOCKEVENTS 583 select GENERIC_CLOCKEVENTS
583 select PLAT_ORION 584 select PLAT_ORION_LEGACY
584 help 585 help
585 Support for the following Marvell Orion 5x series SoCs: 586 Support for the following Marvell Orion 5x series SoCs:
586 Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), 587 Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
@@ -1138,6 +1139,10 @@ config PLAT_ORION
1138 select IRQ_DOMAIN 1139 select IRQ_DOMAIN
1139 select COMMON_CLK 1140 select COMMON_CLK
1140 1141
1142config PLAT_ORION_LEGACY
1143 bool
1144 select PLAT_ORION
1145
1141config PLAT_PXA 1146config PLAT_PXA
1142 bool 1147 bool
1143 1148