diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-10-07 18:09:44 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-14 20:51:54 +0800 |
commit | 3d237d0d908ba0498f3ad029a924cb5055c85e6f (patch) | |
tree | 513b0b897274846e45080e7c86ac29aeaca6fe75 /arch/arm/configs/imx_v6_v7_defconfig | |
parent | 679c92a82364a9b4b757ef21af98d04d79133431 (diff) | |
download | blackbird-op-linux-3d237d0d908ba0498f3ad029a924cb5055c85e6f.tar.gz blackbird-op-linux-3d237d0d908ba0498f3ad029a924cb5055c85e6f.zip |
ARM: imx_v6_v7_defconfig: Build USB_CONFIGFS into kernel
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>
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index be2a6946716b..fe06c5af41fb 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -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 |