]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-prima2/Kconfig
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[karo-tx-linux.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