aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-09-06 12:09:06 -0400
committerFelipe Balbi <balbi@ti.com>2013-10-01 10:31:12 -0400
commit1860c925f87b826925fdff57eedd938f1bd1f43b (patch)
tree1a57c1a852782da4efa806faf4382d75a0d58102 /drivers/usb/musb/Kconfig
parenta12226394e7d19734d129766676a5668efd50d5c (diff)
usb: musb: name ux500 platforms more broadly
The Kconfig help text is talking about the U5500 which is no longer supported by the kernel. Name the help text after the config symbol which is more correct. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/Kconfig')
-rw-r--r--drivers/usb/musb/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index c258a97ef1b0..0fc5bc371940 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -90,7 +90,7 @@ config USB_MUSB_BLACKFIN
90 depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523) 90 depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523)
91 91
92config USB_MUSB_UX500 92config USB_MUSB_UX500
93 tristate "U8500 and U5500" 93 tristate "Ux500 platforms"
94 94
95endchoice 95endchoice
96 96
@@ -112,7 +112,7 @@ choice
112 allow using DMA on multiplatform kernels. 112 allow using DMA on multiplatform kernels.
113 113
114config USB_UX500_DMA 114config USB_UX500_DMA
115 bool 'ST Ericsson U8500 and U5500' 115 bool 'ST Ericsson Ux500'
116 depends on USB_MUSB_UX500 116 depends on USB_MUSB_UX500
117 help 117 help
118 Enable DMA transfers on UX500 platforms. 118 Enable DMA transfers on UX500 platforms.