summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/chrp32_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Trim defconfigsBenjamin Herrenschmidt2010-08-091-1470/+1Star
| | | | | | This trims all our defconfigs using make savedefconfig Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* powerpc: Disable CONFIG_SYSFS_DEPRECATEDGrant Likely2010-06-151-2/+1Star
| | | | | | | | | | | | 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>
* eeprom: More consistent symbol namesJean Delvare2009-01-261-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>
* powerpc: Update desktop/server defconfigsPaul Mackerras2008-11-111-31/+128
| | | | | | | | Turned off CONFIG_PCI_LEGACY and turned on EXT4, and otherwise mostly took the defaults. This also updates ppc6xx_defconfig, which covers the 6xx/7xx/7xxx-based embedded boards. Signed-off-by: Paul Mackerras <paulus@samba.org>
* powerpc: Update defconfigs for most non-embedded platformsPaul Mackerras2008-08-261-40/+101
| | | | Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update defconfigs for desktop/server systemsPaul Mackerras2008-05-201-68/+96
| | | | Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Remove CONFIG_PCI_LEGACY from some configsStephen Rothwell2008-04-071-4/+3Star
| | | | | | | | This will remove some build warnings and doesn't stop us building any drivers that we were building previously with these configs. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update some defconfigsPaul Mackerras2008-03-201-97/+68Star
| | | | Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update defconfigsPaul Mackerras2007-12-061-74/+89
| | | | | | | | | | | This updates all the defconfigs in arch/powerpc/configs except iseries and ps3, which were updated by the preceding commits. This mostly takes the defaults, except that I turned on tickless idle and high-resolution timers for everything, and turned off instrumentation support and "Fair group CPU scheduler" for the smaller/embedded platforms. Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Enable SLUB in *_defconfigAnton Blanchard2007-10-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | When checking out the new NO_HZ support in powerpc, I noticed we never slept for more than 2 seconds. It turns out SLAB has a 2 second per cpu timer that causes this. After switching to SLUB I see some nice 4 second sleeps which is the limit on this POWER6 box (the decrementer ticks at 512MHz): slept 4.19 sec slept 4.19 sec slept 4.19 sec slept 4.19 sec slept 3.96 sec slept 3.80 sec slept 2.99 sec Since SLUB is now the default and some powerpc defconfigs already enable it, lets enable SLUB across the board for consistency. While doing this I also noticed that the maple defconfig has SLAB debugging enabled which is sure to make your box nice and slow. Fix that too. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update defconfigsPaul Mackerras2007-08-301-156/+64Star
| | | Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update defconfigsPaul Mackerras2007-06-261-146/+207
| | | | Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update defconfigsPaul Mackerras2007-01-221-41/+120
| | | | | | Mostly took the defaults, except tried to get the netfilter options more or less as they were before. Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] update powerpc defconfig files after libata kconfig breakageOlaf Hering2006-09-261-1/+1
| | | | | | | | | Update defconfig files after libata .config breakage sed -i 's/CONFIG_SCSI_SATA_/CONFIG_SATA_/;s/CONFIG_SCSI_SATA/CONFIG_ATA/' arch/powerpc/configs/*g Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update defconfigsPaul Mackerras2006-09-101-6/+25
| | | Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Add a default config for 32-bit CHRP machinesPaul Mackerras2006-07-031-0/+1378
Signed-off-by: Paul Mackerras <paulus@samba.org>