]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/arm/mach-prima2/Kconfig
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-prima2 / Kconfig
1 menuconfig ARCH_SIRF
2 bool "CSR SiRF"
3 depends on ARCH_MULTI_V7
4 select ARCH_HAS_RESET_CONTROLLER
5 select RESET_CONTROLLER
6 select GENERIC_IRQ_CHIP
7 select GPIOLIB
8 select NO_IOPORT_MAP
9 select REGMAP
10 select PINCTRL
11 select PINCTRL_SIRF
12 help
13 Support for CSR SiRFprimaII/Marco/Polo platforms
14
15 if ARCH_SIRF
16
17 comment "CSR SiRF atlas6/primaII/Atlas7 Specific Features"
18
19 config ARCH_ATLAS6
20 bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
21 default y
22 select SIRF_IRQ
23 help
24 Support for CSR SiRFSoC ARM Cortex A9 Platform
25
26 config ARCH_ATLAS7
27 bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
28 default y
29 select ARM_GIC
30 select CPU_V7
31 select ATLAS7_TIMER
32 select HAVE_ARM_SCU if SMP
33 select HAVE_SMP
34 help
35 Support for CSR SiRFSoC ARM Cortex A7 Platform
36
37 config ARCH_PRIMA2
38 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
39 default y
40 select SIRF_IRQ
41 select ZONE_DMA
42 select PRIMA2_TIMER
43 help
44 Support for CSR SiRFSoC ARM Cortex A9 Platform
45
46 config SIRF_IRQ
47 bool
48
49 endif