]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: imx_v6_v7_defconfig: Build USB_CONFIGFS into kernel
authorLeonard Crestez <leonard.crestez@nxp.com>
Mon, 7 Oct 2019 15:09:44 +0000 (18:09 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Oct 2019 12:51:54 +0000 (20:51 +0800)
Some imx chips (6sll, 6ulz, 7ulp) don't have ethernet support and only a
limited number of USB controllers. For such cases NXP suggests
configuring the USB controller as an ethernet gadget for network boot
testing.

Set USB_CONFIGFS to be built into the kernel so that we can configure
the ethernet gadget without needing modules.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/imx_v6_v7_defconfig

index be2a6946716b2d6f7660da66f25f4bcacce6ff49..fe06c5af41fbf475026f767a08f250dfaac3bc69 100644 (file)
@@ -335,7 +335,7 @@ CONFIG_NOP_USB_XCEIV=y
 CONFIG_USB_MXS_PHY=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_FSL_USB2=y
-CONFIG_USB_CONFIGFS=m
+CONFIG_USB_CONFIGFS=y
 CONFIG_USB_CONFIGFS_SERIAL=y
 CONFIG_USB_CONFIGFS_ACM=y
 CONFIG_USB_CONFIGFS_OBEX=y