arm: source drivers/ata/Kconfig so SATA can be enabled on ARM.

svn path=/dists/trunk/linux-2.6/; revision=7838
This commit is contained in:
Martin Michlmayr 2006-11-19 15:23:43 +00:00
parent 1943ee08d6
commit e794fb20e1
3 changed files with 17 additions and 0 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ linux-2.6 (2.6.19~rc6-1~experimental.1) UNRELEASED; urgency=low
* mipsel: Drop DECstation support (both r3k-kn02 and r4k-kn04).
* arm: Drop RiscPC (rpc) support.
* arm: Update configs for 2.6.19-rc6.
* arm: source drivers/ata/Kconfig so SATA can be enabled on ARM.
-- Bastian Blank <waldi@debian.org> Sun, 19 Nov 2006 12:05:33 +0100

View File

@ -0,0 +1,15 @@
# Submitted to http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3933/1
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index adb05de..ce00c57 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -879,6 +879,8 @@ endif
source "drivers/scsi/Kconfig"
+source "drivers/ata/Kconfig"
+
source "drivers/md/Kconfig"
source "drivers/message/fusion/Kconfig"

View File

@ -23,3 +23,4 @@
+ bugfix/mips/sgi-ioc3.patch
+ features/mips/sb1-duart.patch
+ features/mips/qemu-vga.patch
+ bugfix/arm/enable-sata.patch