Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-prima2 / Kconfig
1 if ARCH_SIRF
2
3 menu "CSR SiRF primaII/Marco/Polo Specific Features"
4
5 config ARCH_PRIMA2
6         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
7         default y
8         select CPU_V7
9         select ZONE_DMA
10         select SIRF_IRQ
11         help
12           Support for CSR SiRFSoC ARM Cortex A9 Platform
13
14 endmenu
15
16 config SIRF_IRQ
17         bool
18
19 endif