diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-06-26 00:28:53 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 12:11:33 +0400 |
commit | 01570305ded7b88c1dc3d6fb3a18020ab07aceaf (patch) | |
tree | 9f054be7c7c0bd5ba49ce22b102b267a6f4494c1 /arch/arm/configs/imx_v4_v5_defconfig | |
parent | e9db15e3221f2efef205dc1df584a3ca21b58dfa (diff) | |
download | linux-01570305ded7b88c1dc3d6fb3a18020ab07aceaf.tar.xz |
ARM: imx_v4_v5_defconfig: Add USB device options
Allow USB device to work by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/configs/imx_v4_v5_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index 68abce917e49..090de013a780 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -159,6 +159,8 @@ CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y CONFIG_NOP_USB_XCEIV=y +CONFIG_USB_GADGET=y +CONFIG_USB_ETH=m CONFIG_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y |