aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp/Kconfig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-06-29[POWERPC] disallow building powermac and tsi108 without PCIArnd Bergmann1-0/+1
The TSI108 code and the 32 bit powermac and chrp platforms have dependency on PCI that is not easy or desirable to get rid of. The easiest fix is to always select CONFIG_PCI if one of those platforms is enabled. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2007-03-22[POWERPC] Split several platforms into their respective Kconfig fileKumar Gala1-0/+11
Moved pseries, iseries, chrp, prep, maple and pasemi into their respective arch/powerpc/platform/*/Kconfig files out of arch/powerpc/Kconfig Signed-off-by: Kumar Gala <galak@kernel.crashing.org>