summaryrefslogtreecommitdiff
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-03-12 12:39:38 +0000
committerNitin Garg <nitin.garg@freescale.com>2015-04-14 13:59:48 -0500
commit8a9801891583593d92a34b48b1b716c191eb0086 (patch)
tree6888c53ab952bcaa8b5e277140382459a3b28f79 /drivers/ata/Kconfig
parent7be0ac3726c3ee8d52cf763108b637e8b29803dc (diff)
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> (cherry picked from commit 4a2e51234038fb8b24963a2f32e8b55980085a23)
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 ac95b076d1a0..762831eb0dc9 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.