summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorLee Jones2014-03-12 13:39:38 +0100
committerTejun Heo2014-03-14 14:21:04 +0100
commit4a2e51234038fb8b24963a2f32e8b55980085a23 (patch)
treed90de2864e4e950d239f9f4b161be8edea0dc1c3 /drivers/ata/Kconfig
parentahci: st: Add support for ST's SATA IP (diff)
downloadkernel-qcow2-linux-4a2e51234038fb8b24963a2f32e8b55980085a23.tar.gz
kernel-qcow2-linux-4a2e51234038fb8b24963a2f32e8b55980085a23.tar.xz
kernel-qcow2-linux-4a2e51234038fb8b24963a2f32e8b55980085a23.zip
ahci: st: Standardise naming conventions
Other devices have adopted similar naming conventions which have been accepted as the standard. This patch brings any mention of the the ST AHCI driver into line with them. Suggested-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 46258ead19aa..88c2c1291b67 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -97,12 +97,12 @@ config SATA_AHCI_PLATFORM
If unsure, say N.
-config SATA_AHCI_ST
- tristate "ST SATA support"
+config AHCI_ST
+ tristate "ST AHCI SATA support"
depends on SATA_AHCI_PLATFORM
select GENERIC_PHY
help
- This option enables support for ST SATA controller.
+ This option enables support for ST AHCI SATA controller.
If unsure, say N.