imx: fix USB support
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 10 Mar 2022 22:29:21 +0000 (23:29 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Thu, 10 Mar 2022 23:04:05 +0000 (00:04 +0100)
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@gmail.com>
target/linux/imx/config-5.10

index c3b5743a3afb02d7921c0f622f82d71a7554ce1e..038e8af57342331c6809d8373ebb61384bce4a65 100644 (file)
@@ -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