diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-12-28 21:46:40 +0300 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-01-07 22:33:18 -0500 |
commit | 0ca646db68d1bd7184dfc41362d0dd9d56c0e57e (patch) | |
tree | bf8418333f453c82de3efd506c8dbe31d7eb6a79 /drivers/ata/Kconfig | |
parent | 8e834c2e6d51e053c6bd23fec1d95529f618f760 (diff) |
pata_hpt3x2n: clarify about HPT371N support
Commit 28e21c8c0d44cd63bad4c62f94ef0c5a1cb8402c (pata_hpt3x2n: Add HPT371N
support and other bits) forgot to update the driver's Kconfig entry, heading
comment, and module description (that also wrongly claims support of HPT302)
which may confuse users...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e3e0e95c7aa5..e0c34d73770a 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -408,11 +408,11 @@ config PATA_HPT37X If unsure, say N. config PATA_HPT3X2N - tristate "HPT 372N/302N PATA support" + tristate "HPT 371N/372N/302N PATA support" depends on PCI help This option enables support for the N variant HPT PATA - controllers via the new ATA layer + controllers via the new ATA layer. If unsure, say N. |