[PATCH 2/3] usb: musb-dsps: select OFDEVICE

Lucas Stach dev at lynxeye.de
Sun Jan 18 12:57:03 PST 2015


Fixes:
In function `dsps_probe': undefined reference to `of_usb_get_dr_mode'

Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
 drivers/usb/musb/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index e0a1139bc0d0..b795f30275cf 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -5,6 +5,7 @@ if USB_MUSB
 
 config USB_MUSB_DSPS
 	tristate
+	select OFDEVICE
 
 config USB_MUSB_AM335X
 	tristate "AM335x USB support"
-- 
2.1.0




More information about the barebox mailing list