summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2012-02-02 16:42:40 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:16 +0200
commitd392ee8d592fa53fc12e34ececcf566e9dfd8d85 (patch)
treea25e27f43c1649ab18129412765f2f5dff3b01e9
parentfffc899e629292f3759c637047d4b5dada79795b (diff)
musb: Kconfig: enable by default USB_MUSB_UX500 on ux500 plaforms
Workaround to force musb_ux500 driver to be built-in. Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
-rw-r--r--drivers/usb/musb/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index ac26a4f8545..f9e42041b5f 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -34,6 +34,8 @@ if USB_MUSB_HDRC
choice
prompt "Platform Glue Layer"
+ bool
+ default USB_MUSB_UX500 if ARCH_U8500 || ARCH_U5500
config USB_MUSB_DAVINCI
tristate "DaVinci"