Discussion:
[PATCH] config: armv7hl/default: Disable CONFIG_USB_MUSB_TUSB6010
m***@public.gmane.org
2014-09-19 07:59:03 UTC
Permalink
From: "Matwey V. Kornilov" <matwey.kornilov-***@public.gmane.org>

TUSB6010 is not used by any of our JeOSes*, but introduces issues with USB at BeagleBone.
The way to resolve the issues is currently unknown, so we temporarily disable it.

See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2

Cc: Guillaume Gardet <guillaume.gardet-***@public.gmane.org>
Signed-off-by: Matwey V. Kornilov <matwey.kornilov-***@public.gmane.org>

---
* If you know JeOS which uses tusb6010 module, please inform
config/armv7hl/default | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/armv7hl/default b/config/armv7hl/default
index 379bcde..a957a9f 100644
--- a/config/armv7hl/default
+++ b/config/armv7hl/default
@@ -5509,7 +5509,7 @@ CONFIG_USB_MUSB_HDRC=m
# CONFIG_USB_MUSB_HOST is not set
# CONFIG_USB_MUSB_GADGET is not set
CONFIG_USB_MUSB_DUAL_ROLE=y
-CONFIG_USB_MUSB_TUSB6010=m
+# CONFIG_USB_MUSB_TUSB6010 is not set
CONFIG_USB_MUSB_OMAP2PLUS=m
CONFIG_USB_MUSB_AM35X=m
CONFIG_USB_MUSB_DSPS=m
--
1.8.1.4
Loading...