diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5dbb9562742c..b16396216896 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -250,6 +250,25 @@ choice | |||
250 | prompt "ARM system type" | 250 | prompt "ARM system type" |
251 | default ARCH_VERSATILE | 251 | default ARCH_VERSATILE |
252 | 252 | ||
253 | config ARCH_SOCFPGA | ||
254 | bool "Altera SOCFPGA family" | ||
255 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
256 | select ARM_AMBA | ||
257 | select ARM_GIC | ||
258 | select CACHE_L2X0 | ||
259 | select CLKDEV_LOOKUP | ||
260 | select COMMON_CLK | ||
261 | select CPU_V7 | ||
262 | select DW_APB_TIMER | ||
263 | select DW_APB_TIMER_OF | ||
264 | select GENERIC_CLOCKEVENTS | ||
265 | select GPIO_PL061 if GPIOLIB | ||
266 | select HAVE_ARM_SCU | ||
267 | select SPARSE_IRQ | ||
268 | select USE_OF | ||
269 | help | ||
270 | This enables support for Altera SOCFPGA Cyclone V platform | ||
271 | |||
253 | config ARCH_INTEGRATOR | 272 | config ARCH_INTEGRATOR |
254 | bool "ARM Ltd. Integrator family" | 273 | bool "ARM Ltd. Integrator family" |
255 | select ARM_AMBA | 274 | select ARM_AMBA |
@@ -537,6 +556,18 @@ config ARCH_IXP4XX | |||
537 | help | 556 | help |
538 | Support for Intel's IXP4XX (XScale) family of processors. | 557 | Support for Intel's IXP4XX (XScale) family of processors. |
539 | 558 | ||
559 | config ARCH_MVEBU | ||
560 | bool "Marvell SOCs with Device Tree support" | ||
561 | select GENERIC_CLOCKEVENTS | ||
562 | select MULTI_IRQ_HANDLER | ||
563 | select SPARSE_IRQ | ||
564 | select CLKSRC_MMIO | ||
565 | select GENERIC_IRQ_CHIP | ||
566 | select IRQ_DOMAIN | ||
567 | select COMMON_CLK | ||
568 | help | ||
569 | Support for the Marvell SoC Family with device tree support | ||
570 | |||
540 | config ARCH_DOVE | 571 | config ARCH_DOVE |
541 | bool "Marvell Dove" | 572 | bool "Marvell Dove" |
542 | select CPU_V7 | 573 | select CPU_V7 |
@@ -994,6 +1025,8 @@ endchoice | |||
994 | # Kconfigs may be included either alphabetically (according to the | 1025 | # Kconfigs may be included either alphabetically (according to the |
995 | # plat- suffix) or along side the corresponding mach-* source. | 1026 | # plat- suffix) or along side the corresponding mach-* source. |
996 | # | 1027 | # |
1028 | source "arch/arm/mach-mvebu/Kconfig" | ||
1029 | |||
997 | source "arch/arm/mach-at91/Kconfig" | 1030 | source "arch/arm/mach-at91/Kconfig" |
998 | 1031 | ||
999 | source "arch/arm/mach-bcmring/Kconfig" | 1032 | source "arch/arm/mach-bcmring/Kconfig" |
@@ -1586,6 +1619,7 @@ config ARCH_NR_GPIO | |||
1586 | default 1024 if ARCH_SHMOBILE || ARCH_TEGRA | 1619 | default 1024 if ARCH_SHMOBILE || ARCH_TEGRA |
1587 | default 355 if ARCH_U8500 | 1620 | default 355 if ARCH_U8500 |
1588 | default 264 if MACH_H4700 | 1621 | default 264 if MACH_H4700 |
1622 | default 512 if SOC_OMAP5 | ||
1589 | default 0 | 1623 | default 0 |
1590 | help | 1624 | help |
1591 | Maximum number of GPIOs in the system. | 1625 | Maximum number of GPIOs in the system. |