summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/mpc85xx_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] Updated Freescale PPC defconfigsKumar Gala2008-06-091-74/+156
| | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* [POWERPC] Fix defconfigs so we dont set both GENRTC and RTCLIBKumar Gala2008-03-311-8/+3
| | | | | | | The new rtc subsystem conflicts with genrtc so don't enable GENRTC if RTCLIB is enabled. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* [POWERPC] Update some defconfigsKumar Gala2008-03-241-35/+76
| | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* [POWERPC] 85xx: rework platform KconfigKumar Gala2008-01-281-0/+1523
* Allow multiple boards to be selected in a single build * Removed Kconfig option '85xx' which existed only for compat with arch/ppc * Added a multiplatform 85xx defconfig (mpc85xx_defconfig). This builds all 85xx boards except sbc8560 and stx_gp3 since these to boards have board specific ifdef in driver code that may break all other boards Signed-off-by: Kumar Gala <galak@kernel.crashing.org>