]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: musb: name ux500 platforms more broadly
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 6 Sep 2013 16:09:06 +0000 (18:09 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 1 Oct 2013 14:31:12 +0000 (09:31 -0500)
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>
drivers/usb/musb/Kconfig

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