From: Fabio Estevam Date: Tue, 25 Jun 2013 01:50:17 +0000 (-0300) Subject: ARM: imx_v6_v7_defconfig: Select CONFIG_NOP_USB_XCEIV by default X-Git-Tag: v3.12-rc1~115^2~6^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17c4b89df523ea375e1ec4f02df7ab94c9c89d1b;p=thirdparty%2Fkernel%2Flinux.git ARM: imx_v6_v7_defconfig: Select CONFIG_NOP_USB_XCEIV by default In order to get USB functionality on mx5 boards, we need to select CONFIG_NOP_USB_XCEIV option, so let's enable it by default. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 06686e7303a95..0837aae1507e5 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -195,6 +195,7 @@ CONFIG_USB_EHCI_MXC=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_PHY=y +CONFIG_NOP_USB_XCEIV=y CONFIG_USB_MXS_PHY=y CONFIG_USB_STORAGE=y CONFIG_MMC=y