diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 14 |
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 | ||
536 | config 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 | |||
536 | config ARCH_DOVE | 548 | config 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 | # |
1002 | source "arch/arm/mach-mvebu/Kconfig" | ||
1003 | |||
990 | source "arch/arm/mach-at91/Kconfig" | 1004 | source "arch/arm/mach-at91/Kconfig" |
991 | 1005 | ||
992 | source "arch/arm/mach-bcmring/Kconfig" | 1006 | source "arch/arm/mach-bcmring/Kconfig" |