Merge tag 'v3.14.25' into backport/v3.14.24-ltsi-rc1+v3.14.25/snapshot-merge.wip
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / arm / mach-prima2 / Kconfig
1 config ARCH_SIRF
2         bool "CSR SiRF" if ARCH_MULTI_V7
3         select ARCH_REQUIRE_GPIOLIB
4         select GENERIC_IRQ_CHIP
5         select NO_IOPORT_MAP
6         select PINCTRL
7         select PINCTRL_SIRF
8         help
9           Support for CSR SiRFprimaII/Marco/Polo platforms
10
11 if ARCH_SIRF
12
13 menu "CSR SiRF atlas6/primaII/Marco/Polo Specific Features"
14
15 config ARCH_ATLAS6
16         bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
17         default y
18         select SIRF_IRQ
19         help
20           Support for CSR SiRFSoC ARM Cortex A9 Platform
21
22 config ARCH_PRIMA2
23         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
24         default y
25         select SIRF_IRQ
26         select ZONE_DMA
27         help
28           Support for CSR SiRFSoC ARM Cortex A9 Platform
29
30 config ARCH_MARCO
31         bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
32         default y
33         select ARM_GIC
34         select HAVE_ARM_SCU if SMP
35         select SMP_ON_UP if SMP
36         help
37           Support for CSR SiRFSoC ARM Cortex A9 Platform
38
39 endmenu
40
41 config SIRF_IRQ
42         bool
43
44 endif