Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / arch / arm / mach-prima2 / Kconfig
1 menuconfig ARCH_SIRF
2         bool "CSR SiRF" if ARCH_MULTI_V7
3         select ARCH_HAS_RESET_CONTROLLER
4         select RESET_CONTROLLER
5         select ARCH_REQUIRE_GPIOLIB
6         select GENERIC_IRQ_CHIP
7         select NO_IOPORT_MAP
8         select REGMAP
9         select PINCTRL
10         select PINCTRL_SIRF
11         help
12           Support for CSR SiRFprimaII/Marco/Polo platforms
13
14 if ARCH_SIRF
15
16 comment "CSR SiRF atlas6/primaII/Atlas7 Specific Features"
17
18 config ARCH_ATLAS6
19         bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
20         default y
21         select SIRF_IRQ
22         help
23           Support for CSR SiRFSoC ARM Cortex A9 Platform
24
25 config ARCH_ATLAS7
26         bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
27         default y
28         select ARM_GIC
29         select CPU_V7
30         select HAVE_ARM_SCU if SMP
31         select HAVE_SMP
32         help
33           Support for CSR SiRFSoC ARM Cortex A7 Platform
34
35 config ARCH_PRIMA2
36         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
37         default y
38         select SIRF_IRQ
39         select ZONE_DMA
40         help
41           Support for CSR SiRFSoC ARM Cortex A9 Platform
42
43 config SIRF_IRQ
44         bool
45
46 endif