From 5d11672d077a14b9c44f3d3c35dd16a6c3af3566 Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Fri, 15 Feb 2019 11:03:14 +0800 Subject: kernel: disable CONFIG_USB_IMX21_HCD in default for kernel 4.14 CONFIG_USB_IMX21_HCD should be handled in generic config and module package. So moved it into generic config. This also fixed build issue (kernel config question) of layerscape armv8_32b since it also used ARCH_MXC. Signed-off-by: Yangbo Lu [Deactivate CONFIG_USB_IMX21_HCD also for kernel 4.19] Signed-off-by: Hauke Mehrtens --- target/linux/imx6/config-4.14 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/imx6') diff --git a/target/linux/imx6/config-4.14 b/target/linux/imx6/config-4.14 index 2b87e0d545..587cd7522a 100644 --- a/target/linux/imx6/config-4.14 +++ b/target/linux/imx6/config-4.14 @@ -500,7 +500,6 @@ CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_HCD_PLATFORM is not set # CONFIG_USB_EHCI_MXC is not set CONFIG_USB_GADGET=y -# CONFIG_USB_IMX21_HCD is not set CONFIG_USB_MXS_PHY=y CONFIG_USB_OTG=y CONFIG_USB_PHY=y -- cgit v1.2.3