summaryrefslogtreecommitdiff
path: root/arch/powerpc/configs/mpc86xx_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2009-11-05powerpc: 2.6.32 update of defconfigs for embedded 6xx/7xxx, 8xx, 8{3,5,6}xxxKumar Gala1-24/+46
Updated mpc85xx_{smp_}defconfig to enable: * XES_MPC85xx board * PCI MSI * RapidIO Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-07-30powerpc: Update defconfigs for embedded 6xx/7xxx, 8xx, 8{3,5,6}xxxKumar Gala1-100/+86
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-05-14powerpc/86xx: Update defconfigsKumar Gala1-127/+84
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-01-28Merge commit 'kumar/kumar-merge' into mergeBenjamin Herrenschmidt1-31/+112
2009-01-27powerpc/86xx: Update defconfigsKumar Gala1-31/+112
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-01-26eeprom: More consistent symbol namesJean Delvare1-2/+2
Now that all EEPROM drivers live in the same place, let's harmonize their symbol names. Also fix eeprom's dependencies, it definitely needs sysfs, and is no longer experimental after many years in the kernel tree. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Cc: David Brownell <dbrownell@users.sourceforge.net>
2008-11-08powerpc: Updated Freescale PPC related defconfigsKumar Gala1-24/+120
unset CONFIG_PCI_LEGACY in the defconfigs as none of them enable ISDN drivers which seem to be the only place we are using pci_find_device Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-09-24powerpc/86xx: Introduce a generic mpc86xx_defconfigKumar Gala1-0/+1646
Introduced a mpc86xx_defconfig that enables all 86xx boards and moved all other 86xx related defconfigs under configs/86xx to match 83xx and 85xx. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>