aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2014-02-14 18:29:34 -0800
committerTejun Heo <tj@kernel.org>2014-02-18 18:26:43 -0500
commite478cffd2a34421cd6651f3656c0622a14cfbeaf (patch)
tree6771917ee285c8962b6cbad08bb4411b2e5cc463 /drivers/ata/Kconfig
parentpata_imx: Propagate the real error code on platform_get_irq() failure (diff)
downloadlinux-dev-e478cffd2a34421cd6651f3656c0622a14cfbeaf.tar.xz
linux-dev-e478cffd2a34421cd6651f3656c0622a14cfbeaf.zip
ata: CONFIG_ATA is libata
Let users know that CONFIG_ATA is the kconfig symbol for libata, since libata is mentioned in documentation and messages several times. Also correct a grammar typo. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to '')
-rw-r--r--drivers/ata/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 4e737728aee2..77416c1fffc7 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -11,13 +11,13 @@ config HAVE_PATA_PLATFORM
to update the PATA_PLATFORM entry.
menuconfig ATA
- tristate "Serial ATA and Parallel ATA drivers"
+ tristate "Serial ATA and Parallel ATA drivers (libata)"
depends on HAS_IOMEM
depends on BLOCK
depends on !(M32R || M68K || S390) || BROKEN
select SCSI
---help---
- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
+ If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or
any other ATA device under Linux, say Y and make sure that you know
the name of your ATA host adapter (the card inside your computer
that "speaks" the ATA protocol, also called ATA controller),