aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/85xx
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Updated Freescale PPC related defconfigsKumar Gala2008-11-0816-408/+1201
| | | | | | | 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>
* powerpc: Update defconfigs for FSL PPC boardsKumar Gala2008-08-2116-536/+2896
| | | | | | | | Since we are updated defconfigs I went ahead and moved the asp8347_defconfig under 83xx/ and the mpc8536_ds_defconfig under 85xx/ as that is where they should have been to start with. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* powerpc: fix ALSA options in Freescale 85xx and 86xx defconfigsTimur Tabi2008-07-162-6/+10
| | | | | | | | | The defconfigs for Freescale 85xx and 86xx SOCs had bad choices for some audio related options. In particular, OSS emulation should be enabled, and the old ALSA API should be disabled. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* powerpc/85xx: TQM8548: add missing support for RTC and LM75Wolfgang Grandegger2008-07-141-6/+137
| | | | | | | | It adds the missing RTC node to tqm8548.dts and enables support for I2C, DS1307 and LM75 in the default configuration. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Merge branch 'linux-2.6'Paul Mackerras2008-06-3014-748/+1398
|\
| * [POWERPC] Updated Freescale PPC defconfigsKumar Gala2008-06-0914-748/+1398
| | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* | powerpc/85xx: add board support for the TQM8548 modulesWolfgang Grandegger2008-06-101-0/+1094
|/ | | | | | | | This patch adds support for the TQM8548 modules from TQ-Components GmbH (http://www.tqc.de). Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* [POWERPC] 85xx: Enable DMA engine on the MPC8544 DSSebastian Siewior2008-04-171-1/+16
| | | | | | | | Add the device tree node for the DMA engine on 8544, publish the device and enable the driver in the defconfig. Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* [POWERPC] 83xx/85xx: Reorganize defconfigsKumar Gala2008-04-1714-0/+15049
Board specific defconfigs are useful, however with the ability to do multi-board defconfigs they aren't needed in the top level configs directory Move the 83xx/85xx board specific defconfigs to individual directories under arch/powerpc/configs. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>