Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git] / arch / arm / mach-prima2 / Kconfig
blob042f693ef4236b1adb3d52b02c572babd126c4d3
1 menuconfig ARCH_SIRF
2         bool "CSR SiRF" if ARCH_MULTI_V7
3         select ARCH_HAS_RESET_CONTROLLER
4         select ARCH_REQUIRE_GPIOLIB
5         select GENERIC_IRQ_CHIP
6         select NO_IOPORT_MAP
7         select PINCTRL
8         select PINCTRL_SIRF
9         help
10           Support for CSR SiRFprimaII/Marco/Polo platforms
12 if ARCH_SIRF
14 comment "CSR SiRF atlas6/primaII/Marco/Polo Specific Features"
16 config ARCH_ATLAS6
17         bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
18         default y
19         select SIRF_IRQ
20         help
21           Support for CSR SiRFSoC ARM Cortex A9 Platform
23 config ARCH_PRIMA2
24         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
25         default y
26         select SIRF_IRQ
27         select ZONE_DMA
28         help
29           Support for CSR SiRFSoC ARM Cortex A9 Platform
31 config ARCH_MARCO
32         bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
33         default y
34         select ARM_GIC
35         select HAVE_ARM_SCU if SMP
36         select SMP_ON_UP if SMP
37         help
38           Support for CSR SiRFSoC ARM Cortex A9 Platform
40 config SIRF_IRQ
41         bool
43 endif