[openwrt/openwrt] imx: fix USB support

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 10 15:06:13 PST 2022


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/25d1c85d1ad3bf48832634c6a37e981a4572a569

commit 25d1c85d1ad3bf48832634c6a37e981a4572a569
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Thu Mar 10 23:29:21 2022 +0100

    imx: fix USB support
    
    The ChipIdea USB kernel driver gained support for disabling glue drivers
    in 5.8, see upstream commmit: 95caa2ae70fd ("usb: chipidea: allow
    disabling glue drivers if EMBEDDED").
    
    This enables 'CONFIG_USB_CHIPIDEA_IMX' in the 'imx' target kernel config
    which brings back USB support.
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/imx/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/imx/config-5.10 b/target/linux/imx/config-5.10
index c3b5743a3a..038e8af573 100644
--- a/target/linux/imx/config-5.10
+++ b/target/linux/imx/config-5.10
@@ -396,6 +396,7 @@ CONFIG_UNWINDER_ARM=y
 CONFIG_USB=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_CHIPIDEA_IMX=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_COMMON=y
 CONFIG_USB_EHCI_HCD=y




More information about the lede-commits mailing list