aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-07-17 15:43:26 -0400
committerArnd Bergmann <arnd@arndb.de>2011-07-17 15:43:26 -0400
commit3a6cb8ce07d994f6e4a3679c5478d0f18b6b86c4 (patch)
tree7d729e347d8860c9ef5631cb8cdfa96e892f86d5 /arch/arm/Kconfig
parenta990cbd887585a1056b927b3b20de325f14fdf96 (diff)
parent3d64b4496f5fd90618106555344205a522178c0c (diff)
Merge branch 'zynq/master' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc into next/soc
Conflicts: arch/arm/Kconfig arch/arm/mm/Kconfig
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig26
1 files changed, 19 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index aa6c91d0d794..7dc5986069ca 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -337,6 +337,19 @@ config ARCH_GEMINI
337 help 337 help
338 Support for the Cortina Systems Gemini family SoCs 338 Support for the Cortina Systems Gemini family SoCs
339 339
340config ARCH_PRIMA2
341 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
342 select CPU_V7
343 select GENERIC_TIME
344 select NO_IOPORT
345 select GENERIC_CLOCKEVENTS
346 select CLKDEV_LOOKUP
347 select GENERIC_IRQ_CHIP
348 select USE_OF
349 select ZONE_DMA
350 help
351 Support for CSR SiRFSoC ARM Cortex A9 Platform
352
340config ARCH_EBSA110 353config ARCH_EBSA110
341 bool "EBSA-110" 354 bool "EBSA-110"
342 select CPU_SA110 355 select CPU_SA110
@@ -880,19 +893,18 @@ config ARCH_VT8500
880 help 893 help
881 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. 894 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
882 895
883config ARCH_PRIMA2 896config ARCH_ZYNQ
884 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" 897 bool "Xilinx Zynq ARM Cortex A9 Platform"
885 select CPU_V7 898 select CPU_V7
886 select GENERIC_TIME 899 select GENERIC_TIME
887 select NO_IOPORT
888 select GENERIC_CLOCKEVENTS 900 select GENERIC_CLOCKEVENTS
889 select CLKDEV_LOOKUP 901 select CLKDEV_LOOKUP
890 select GENERIC_IRQ_CHIP 902 select ARM_GIC
903 select ARM_AMBA
904 select ICST
891 select USE_OF 905 select USE_OF
892 select ZONE_DMA
893 help 906 help
894 Support for CSR SiRFSoC ARM Cortex A9 Platform 907 Support for Xilinx Zynq ARM Cortex A9 Platform
895
896endchoice 908endchoice
897 909
898# 910#