aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-03-12 08:39:38 -0400
committerTejun Heo <tj@kernel.org>2014-03-14 09:21:04 -0400
commit4a2e51234038fb8b24963a2f32e8b55980085a23 (patch)
treed90de2864e4e950d239f9f4b161be8edea0dc1c3 /drivers/ata/Kconfig
parent76884cb2f7da5282019bf5c90e8f804429150742 (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>
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
97 97
98 If unsure, say N. 98 If unsure, say N.
99 99
100config SATA_AHCI_ST 100config AHCI_ST
101 tristate "ST SATA support" 101 tristate "ST AHCI SATA support"
102 depends on SATA_AHCI_PLATFORM 102 depends on SATA_AHCI_PLATFORM
103 select GENERIC_PHY 103 select GENERIC_PHY
104 help 104 help
105 This option enables support for ST SATA controller. 105 This option enables support for ST AHCI SATA controller.
106 106
107 If unsure, say N. 107 If unsure, say N.
108 108