[opensuse-arm] [PATCH] config: armv7hl/default: Disable CONFIG_USB_MUSB_TUSB6010
From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com> 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@free.fr> Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- * 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 -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (1)
-
matwey.kornilov@gmail.com