Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-prima2 / Kconfig
blobea077f66372dd55a764d702f8e39f0cbcf060026
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig ARCH_SIRF
3         bool "CSR SiRF"
4         depends on ARCH_MULTI_V7
5         select ARCH_HAS_RESET_CONTROLLER
6         select RESET_CONTROLLER
7         select GENERIC_IRQ_CHIP
8         select GPIOLIB
9         select NO_IOPORT_MAP
10         select REGMAP
11         select PINCTRL
12         select PINCTRL_SIRF
13         help
14           Support for CSR SiRFprimaII/Marco/Polo platforms
16 if ARCH_SIRF
18 comment "CSR SiRF atlas6/primaII/Atlas7 Specific Features"
20 config ARCH_ATLAS6
21         bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
22         default y
23         select SIRF_IRQ
24         help
25           Support for CSR SiRFSoC ARM Cortex A9 Platform
27 config ARCH_ATLAS7
28         bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
29         default y
30         select ARM_GIC
31         select ATLAS7_TIMER
32         select HAVE_ARM_SCU if SMP
33         help
34           Support for CSR SiRFSoC ARM Cortex A7 Platform
36 config ARCH_PRIMA2
37         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
38         default y
39         select SIRF_IRQ
40         select ZONE_DMA
41         select PRIMA2_TIMER
42         help
43           Support for CSR SiRFSoC ARM Cortex A9 Platform
45 config SIRF_IRQ
46         bool
48 endif