From d392ee8d592fa53fc12e34ececcf566e9dfd8d85 Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Thu, 2 Feb 2012 16:42:40 +0100 Subject: 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 --- drivers/usb/musb/Kconfig | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3