diff options
author | Daniel Mack <zonque@gmail.com> | 2013-04-10 19:55:40 (GMT) |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-05-28 16:22:20 (GMT) |
commit | b7e2e75a8c6062afe1dd88b0b299938e5d36dff8 (patch) | |
tree | 0f0726df80a945db3a1ae581229e7a57df14af53 /drivers/usb | |
parent | 6d349671174c5da77835dd1b82e874508167f57b (diff) | |
download | linux-fsl-qoriq-b7e2e75a8c6062afe1dd88b0b299938e5d36dff8.tar.xz |
usb: gadget: drop unused USB_GADGET_MUSB_HDRC
The functionality meant to be represented by this symbol will be
re-added later, but for now, USB_GADGET_MUSB_HDRC is in fact unused and
can be dropped.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index f41aa0d..f9bf728 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -334,14 +334,6 @@ config USB_MV_U3D # Controllers available in both integrated and discrete versions # -# musb builds in ../musb along with host support -config USB_GADGET_MUSB_HDRC - tristate "Inventra HDRC USB Peripheral (TI, ADI, ...)" - depends on USB_MUSB_HDRC - help - This OTG-capable silicon IP is used in dual designs including - the TI DaVinci, OMAP 243x, OMAP 343x, TUSB 6010, and ADI Blackfin - config USB_M66592 tristate "Renesas M66592 USB Peripheral Controller" help |