aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorAlan <alan@lxorguk.ukuu.org.uk>2007-02-05 16:04:10 +0000
committerJeff Garzik <jeff@garzik.org>2007-02-09 17:39:39 -0500
commit2c7620d50c23737728bccfb26ffb94cd51e58007 (patch)
tree1fd8612e37798ca38acaa57b75cb4ece352b3108 /drivers/ata
parentsata_inic162x: fix a few glitches in hardreset (diff)
downloadlinux-dev-2c7620d50c23737728bccfb26ffb94cd51e58007.tar.xz
linux-dev-2c7620d50c23737728bccfb26ffb94cd51e58007.zip
Kconfig: clarify ATA_PIIX description
People are getting confused about which drivers to enable for PATA PIIX type devices. Change the ATA_PIIX line and help to make it clearer. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 9e101aa638d1..3747457fee7a 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -41,12 +41,12 @@ config SATA_SVW
If unsure, say N.
config ATA_PIIX
- tristate "Intel PIIX/ICH SATA support"
+ tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
depends on PCI
help
This option enables support for ICH5/6/7/8 Serial ATA
- and support for PATA on the Intel PIIX3/PIIX4/ICH series
- PATA host controllers.
+ and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
+ host controllers.
If unsure, say N.