summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorAuke Kok2006-06-26 16:51:28 +0200
committerJeff Garzik2006-06-27 03:02:37 +0200
commit2154cfa6ba560401d25f6cc083fe3fb996cbb571 (patch)
tree36cb420dcd303fe2d10a7e068e63b303560c64bc /drivers/scsi/Kconfig
parent[PATCH] sata_sil: disable hotplug interrupts on two ATI IXPs (diff)
downloadkernel-qcow2-linux-2154cfa6ba560401d25f6cc083fe3fb996cbb571.tar.gz
kernel-qcow2-linux-2154cfa6ba560401d25f6cc083fe3fb996cbb571.tar.xz
kernel-qcow2-linux-2154cfa6ba560401d25f6cc083fe3fb996cbb571.zip
[PATCH] ata_piix: add ICH6/7/8 to Kconfig
Ata_piix's Kconfig entry still refers only to ICH5, while it supports ICH6 through 8. This creates confusion with people who are looking to see if their newer SATA enabled motherboards are supported. The following patch makes this clear. Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index c84b02aec1f3..96a81cd17617 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -501,7 +501,7 @@ config SCSI_ATA_PIIX
tristate "Intel PIIX/ICH SATA support"
depends on SCSI_SATA && PCI
help
- This option enables support for ICH5 Serial ATA.
+ This option enables support for ICH5/6/7/8 Serial ATA.
If PATA support was enabled previously, this enables
support for select Intel PIIX/ICH PATA host controllers.