diff options
author | Felipe Balbi <balbi@ti.com> | 2013-02-06 02:24:55 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 05:17:06 -0400 |
commit | 787f5627bec80094db487bfcb401e9744f181aed (patch) | |
tree | 9352b4e9fa484e2899975f81984740ea8665948d /drivers/usb/musb/Kconfig | |
parent | 99b7856f3cec5db7ec71a8b4675a63e4bcadd63e (diff) |
usb: musb: make davinci and da8xx glues depend on BROKEN
those two glues are still including <mach/>
headers and no active developement has been
going on those glues for quite some time.
Apparently, for da8xx glue, only initial commit
3ee076de (usb: musb: introduce DA8xx/OMAP-L1x
glue layer) has been tested. All other patches
seem to have been compile-tested only.
For davinci glue layer, last real commit dates
back from 2010, with commit f405387 (USB: MUSB:
fix kernel WARNING/oops when unloading module
in OTG mode).
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/Kconfig')
-rw-r--r-- | drivers/usb/musb/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index 39864e3184a6..de0fc884b6da 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig | |||
@@ -34,10 +34,12 @@ choice | |||
34 | config USB_MUSB_DAVINCI | 34 | config USB_MUSB_DAVINCI |
35 | tristate "DaVinci" | 35 | tristate "DaVinci" |
36 | depends on ARCH_DAVINCI_DMx | 36 | depends on ARCH_DAVINCI_DMx |
37 | depends on BROKEN | ||
37 | 38 | ||
38 | config USB_MUSB_DA8XX | 39 | config USB_MUSB_DA8XX |
39 | tristate "DA8xx/OMAP-L1x" | 40 | tristate "DA8xx/OMAP-L1x" |
40 | depends on ARCH_DAVINCI_DA8XX | 41 | depends on ARCH_DAVINCI_DA8XX |
42 | depends on BROKEN | ||
41 | 43 | ||
42 | config USB_MUSB_TUSB6010 | 44 | config USB_MUSB_TUSB6010 |
43 | tristate "TUSB6010" | 45 | tristate "TUSB6010" |