From patchwork Wed Mar 20 01:39:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] ARM: imx_v4_v5_defconfig: Select CONFIG_USB_PHY X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 229240 Message-Id: <1363743553-17295-2-git-send-email-festevam@gmail.com> To: kernel@pengutronix.de Cc: Fabio Estevam , shawn.guo@linaro.org, linux-arm-kernel@lists.infradead.org, balbi@ti.com Date: Tue, 19 Mar 2013 22:39:13 -0300 From: Fabio Estevam List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam Since commit edc7cb2e955f (usb: phy: make it a menuconfig) in order to be able to select CONFIG_USB_ULPI, it is necessary to select CONFIG_USB_PHY. Signed-off-by: Fabio Estevam Acked-by: Felipe Balbi --- arch/arm/configs/imx_v4_v5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index 02c657a..d56bedc 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -156,6 +156,7 @@ CONFIG_USB_HID=m CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_MXC=y +CONFIG_USB_PHY=y CONFIG_USB_ULPI=y CONFIG_MMC=y CONFIG_MMC_SDHCI=y