Merge tag 'usb-ci-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/peter...
[deliverable/linux.git] / 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 ARCH_REQUIRE_GPIOLIB
5 select GENERIC_IRQ_CHIP
6 select NO_IOPORT_MAP
7 select REGMAP
8 select PINCTRL
9 select PINCTRL_SIRF
10 help
11 Support for CSR SiRFprimaII/Marco/Polo platforms
12
13 if ARCH_SIRF
14
15 comment "CSR SiRF atlas6/primaII/Atlas7 Specific Features"
16
17 config ARCH_ATLAS6
18 bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
19 default y
20 select SIRF_IRQ
21 help
22 Support for CSR SiRFSoC ARM Cortex A9 Platform
23
24 config ARCH_ATLAS7
25 bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
26 default y
27 select ARM_GIC
28 select CPU_V7
29 select HAVE_ARM_SCU if SMP
30 select HAVE_SMP
31 help
32 Support for CSR SiRFSoC ARM Cortex A7 Platform
33
34 config ARCH_PRIMA2
35 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
36 default y
37 select SIRF_IRQ
38 select ZONE_DMA
39 help
40 Support for CSR SiRFSoC ARM Cortex A9 Platform
41
42 config SIRF_IRQ
43 bool
44
45 endif
This page took 0.046492 seconds and 5 git commands to generate.