9
0
Fork 0

usb: musb-dsps: select OFDEVICE

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

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2015-01-18 21:57:03 +01:00 committed by Sascha Hauer
parent 0914ad88d2
commit e98a7e85b1
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ if USB_MUSB
config USB_MUSB_DSPS
tristate
select OFDEVICE
config USB_MUSB_AM335X
tristate "AM335x USB support"