[PATCH v2 01/11] usb: gadget: drop unused USB_GADGET_MUSB_HDRC

2013-04-05 Thread Daniel Mack
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 
---
 drivers/usb/gadget/Kconfig | 8 
 1 file changed, 8 deletions(-)

diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index a61d981..0702fa0 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -333,14 +333,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
-- 
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 01/11] usb: gadget: drop unused USB_GADGET_MUSB_HDRC

2013-04-10 Thread Peter Korsgaard
> "Daniel" == Daniel Mack  writes:

 Daniel> The functionality meant to be represented by this symbol will be
 Daniel> re-added later, but for now, USB_GADGET_MUSB_HDRC is in fact unused and
 Daniel> can be dropped.

 Daniel> Signed-off-by: Daniel Mack 

Acked-by: Peter Korsgaard 

 Daniel> ---
 Daniel>  drivers/usb/gadget/Kconfig | 8 
 Daniel>  1 file changed, 8 deletions(-)

 Daniel> diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
 Daniel> index a61d981..0702fa0 100644
 Daniel> --- a/drivers/usb/gadget/Kconfig
 Daniel> +++ b/drivers/usb/gadget/Kconfig
 Daniel> @@ -333,14 +333,6 @@ config USB_MV_U3D
 Daniel>  # Controllers available in both integrated and discrete versions
 Daniel>  #
 
 Daniel> -# musb builds in ../musb along with host support
 Daniel> -config USB_GADGET_MUSB_HDRC
 Daniel> -  tristate "Inventra HDRC USB Peripheral (TI, ADI, ...)"
 Daniel> -  depends on USB_MUSB_HDRC
 Daniel> -  help
 Daniel> -This OTG-capable silicon IP is used in dual designs including
 Daniel> -the TI DaVinci, OMAP 243x, OMAP 343x, TUSB 6010, and ADI 
Blackfin
 Daniel> -
 Daniel>  config USB_M66592
 Daniel>tristate "Renesas M66592 USB Peripheral Controller"
 Daniel>help
 Daniel> -- 
 Daniel> 1.8.1.4



-- 
Bye, Peter Korsgaard
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html