Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-29 | [POWERPC] disallow building powermac and tsi108 without PCI | Arnd Bergmann | 1 | -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 file | Kumar Gala | 1 | -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> |