summaryrefslogtreecommitdiff
path: root/arch/powerpc/configs/52xx
AgeCommit message (Collapse)AuthorFilesLines
2010-06-15powerpc: Disable CONFIG_SYSFS_DEPRECATEDGrant Likely5-10/+5
Acked-by: Grant Likely <grant.likely@secretlab.ca> On 5 May 2010 21:33, "Anton Blanchard" <anton@samba.org> wrote: CONFIG_SYSFS_DEPRECATED can cause issues with newer distros and should not be required for any distro in the last 3 or 4 years, so disable it. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2010-03-11powerpc/52xx: update defconfigsGrant Likely5-59/+73
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2009-12-31powerpc/5200: update defconfigsGrant Likely5-79/+327
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2009-10-15powerpc/5200: Update defconfigsGrant Likely5-282/+443
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2009-04-20powerpc/5200: defconfig updatesGrant Likely5-92/+273
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2009-01-30powerpc/5200: update defconfigsGrant Likely5-116/+309
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2009-01-26eeprom: More consistent symbol namesJean Delvare5-10/+10
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-14powerpc/52xx: update defconfigsGrant Likely5-226/+679
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2008-04-29[POWERPC] mpc5200: defconfigs for CM5200, Lite5200B, Motion-PRO and TQM5200Bartlomiej Sieka5-9/+4484
Board-specific defconfigs based on current mpc5200_defconfig, archival lite5200_defconfig, and [cm5200|motionpro|tqm5200]_defconfig from the linux-2.6-denx tree. Kernels build using these defconfigs were verified to boot with root filesystem mounted over NFS on Motion-PRO, TQM5200 and Lite5200B boards. CM5200 target was not tested due to hardware unavailability. Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2008-04-29[POWERPC] mpc5200: add Phytec pcm030 board supports.hauer@pengutronix.de1-0/+1109
Add board support for the Phytec pcm030 mpc5200b based board. It does not need any platform specific fixups and as such is handled as a mpc5200 simple platform. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>