From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com> TUSB6010 is not used by any of our JeOSes*, but introduces issues with USB at BeagleBone (and all other boards utilizing musb_hdrc). The way to resolve the issues is currently unknown, so temporarily disable it. See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2 Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/lpae | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/armv7hl/default b/config/armv7hl/default index fffe803..39bf166 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -5466,7 +5466,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 diff --git a/config/armv7hl/lpae b/config/armv7hl/lpae index 4e871ea..b32cd28 100644 --- a/config/armv7hl/lpae +++ b/config/armv7hl/lpae @@ -5132,7 +5132,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 -- 2.1.0 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org