浏览代码

[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>
Auke Kok 19 年之前
父节点
当前提交
2154cfa6ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/Kconfig

+ 1 - 1
drivers/scsi/Kconfig

@@ -501,7 +501,7 @@ config SCSI_ATA_PIIX
 	tristate "Intel PIIX/ICH SATA support"
 	tristate "Intel PIIX/ICH SATA support"
 	depends on SCSI_SATA && PCI
 	depends on SCSI_SATA && PCI
 	help
 	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
 	  If PATA support was enabled previously, this enables
 	  support for select Intel PIIX/ICH PATA host controllers.
 	  support for select Intel PIIX/ICH PATA host controllers.