aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2012-06-04 12:38:56 -0400
committerArnd Bergmann <arnd@arndb.de>2012-07-10 09:47:51 -0400
commit3e93a22b486ba75191f8d054dd757a67244d337c (patch)
tree20bebe6cc59313706476fca1fee28e826f5b391d /arch/arm/Kconfig
parent3e9c95017c2abaa36291866ac5f8fcf6840e76de (diff)
arm: mach-mvebu: add compilation/configuration change
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Lior Amsalem <alior@marvell.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Yehuda Yitschak <yehuday@marvell.com> Tested-by: Lior Amsalem <alior@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a91009c61870..e7fbe53cbbf5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -533,6 +533,18 @@ config ARCH_IXP4XX
533 help 533 help
534 Support for Intel's IXP4XX (XScale) family of processors. 534 Support for Intel's IXP4XX (XScale) family of processors.
535 535
536config ARCH_MVEBU
537 bool "Marvell SOCs with Device Tree support"
538 select GENERIC_CLOCKEVENTS
539 select MULTI_IRQ_HANDLER
540 select SPARSE_IRQ
541 select CLKSRC_MMIO
542 select GENERIC_IRQ_CHIP
543 select IRQ_DOMAIN
544 select COMMON_CLK
545 help
546 Support for the Marvell SoC Family with device tree support
547
536config ARCH_DOVE 548config ARCH_DOVE
537 bool "Marvell Dove" 549 bool "Marvell Dove"
538 select CPU_V7 550 select CPU_V7
@@ -987,6 +999,8 @@ endchoice
987# Kconfigs may be included either alphabetically (according to the 999# Kconfigs may be included either alphabetically (according to the
988# plat- suffix) or along side the corresponding mach-* source. 1000# plat- suffix) or along side the corresponding mach-* source.
989# 1001#
1002source "arch/arm/mach-mvebu/Kconfig"
1003
990source "arch/arm/mach-at91/Kconfig" 1004source "arch/arm/mach-at91/Kconfig"
991 1005
992source "arch/arm/mach-bcmring/Kconfig" 1006source "arch/arm/mach-bcmring/Kconfig"