arm/iop32x: Don't build CONFIG_ATA into the kernel.

svn path=/dists/trunk/linux-2.6/; revision=8521
This commit is contained in:
Martin Michlmayr 2007-04-28 07:06:51 +00:00
parent 844e57aa7c
commit 3c707d216b
2 changed files with 2 additions and 1 deletions

View File

@ -749,7 +749,7 @@ CONFIG_ISCSI_TCP=m
#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
CONFIG_ATA=y
CONFIG_ATA=m
CONFIG_SATA_AHCI=m
CONFIG_SATA_SVW=m
CONFIG_ATA_PIIX=m

1
debian/changelog vendored
View File

@ -19,6 +19,7 @@ linux-2.6 (2.6.21-1~experimental.1) UNRELEASED; urgency=low
because MACH_TYPE_EP80219 is not defined.
* 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.
-- maximilian attems <maks@debian.org> Tue, 10 Apr 2007 14:42:30 +0200