diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9e76a75a490b..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 | ||
340 | config 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 | |||
340 | config ARCH_EBSA110 | 353 | config ARCH_EBSA110 |
341 | bool "EBSA-110" | 354 | bool "EBSA-110" |
342 | select CPU_SA110 | 355 | select CPU_SA110 |
@@ -892,7 +905,6 @@ config ARCH_ZYNQ | |||
892 | select USE_OF | 905 | select USE_OF |
893 | help | 906 | help |
894 | Support for Xilinx Zynq ARM Cortex A9 Platform | 907 | Support for Xilinx Zynq ARM Cortex A9 Platform |
895 | |||
896 | endchoice | 908 | endchoice |
897 | 909 | ||
898 | # | 910 | # |