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>
This commit is contained in:
Linus Walleij 2013-09-06 18:09:06 +02:00 committed by Felipe Balbi
parent a12226394e
commit 1860c925f8

View File

@ -90,7 +90,7 @@ config USB_MUSB_BLACKFIN
depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523) depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523)
config USB_MUSB_UX500 config USB_MUSB_UX500
tristate "U8500 and U5500" tristate "Ux500 platforms"
endchoice endchoice
@ -112,7 +112,7 @@ choice
allow using DMA on multiplatform kernels. allow using DMA on multiplatform kernels.
config USB_UX500_DMA config USB_UX500_DMA
bool 'ST Ericsson U8500 and U5500' bool 'ST Ericsson Ux500'
depends on USB_MUSB_UX500 depends on USB_MUSB_UX500
help help
Enable DMA transfers on UX500 platforms. Enable DMA transfers on UX500 platforms.