From 5cabec750dd1a0b02b382d2a2004876a3441ff75 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 28 Apr 2007 07:09:45 +0000 Subject: [PATCH] arm/ixp4xx: Enable more SATA drivers. svn path=/dists/trunk/linux-2.6/; revision=8522 --- debian/arch/arm/config.ixp4xx | 28 ++++++++++++++-------------- debian/changelog | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/debian/arch/arm/config.ixp4xx b/debian/arch/arm/config.ixp4xx index b7019817c..37056a5f3 100644 --- a/debian/arch/arm/config.ixp4xx +++ b/debian/arch/arm/config.ixp4xx @@ -731,21 +731,21 @@ CONFIG_SCSI_QLA_FC=m # Serial ATA (prod) and Parallel ATA (experimental) drivers # CONFIG_ATA=m -# CONFIG_SATA_AHCI is not set -# CONFIG_SATA_SVW is not set -# CONFIG_ATA_PIIX is not set -# CONFIG_SATA_MV is not set -# CONFIG_SATA_NV is not set -# CONFIG_PDC_ADMA is not set -# CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_PROMISE is not set -# CONFIG_SATA_SX4 is not set -# CONFIG_SATA_SIL is not set -# CONFIG_SATA_SIL24 is not set -# CONFIG_SATA_SIS is not set -# CONFIG_SATA_ULI is not set +CONFIG_SATA_AHCI=m +CONFIG_SATA_SVW=m +CONFIG_ATA_PIIX=m +CONFIG_SATA_MV=m +CONFIG_SATA_NV=m +CONFIG_PDC_ADMA=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_PROMISE=m +CONFIG_SATA_SX4=m +CONFIG_SATA_SIL=m +CONFIG_SATA_SIL24=m +CONFIG_SATA_SIS=m +CONFIG_SATA_ULI=m CONFIG_SATA_VIA=m -# CONFIG_SATA_VITESSE is not set +CONFIG_SATA_VITESSE=m # # Multi-device support (RAID and LVM) diff --git a/debian/changelog b/debian/changelog index f582d676d..dd1a3bbd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ linux-2.6 (2.6.21-1~experimental.1) UNRELEASED; urgency=low * mips/sb1: Don't build CONFIG_ATA into the kernel. * mips/sb1: Unset CONFIG_USB_{KBD,MOUSE} since the generic HID is used. * arm/iop32x: Don't build CONFIG_ATA into the kernel. + * arm/ixp4xx: Enable more SATA drivers. -- maximilian attems Tue, 10 Apr 2007 14:42:30 +0200