summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2/Kconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: SIRF: make sirf irqchip driver optional since new SoCs will have GICBarry Song2012-08-281-0/+4
| | | | | | | New MARCO and POLO SoC use GIC, so make irq.c optional and enable it only if we enable ARCH_PRIMA2 in Kconfig Signed-off-by: Barry Song <Baohua.Song@csr.com>
* ARM: PRIMA2: adjust Kconfig to support select SoC featuresBarry Song2012-08-281-0/+15
Now we have primaII, but will include Marco and Polo in mach-prima2 as well. We add Kconfig menu so that we can select necessary SoC features. Signed-off-by: Barry Song <Baohua.Song@csr.com>