ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
authorShawn Guo <shawn.guo@linaro.org>
Sun, 24 Mar 2013 14:06:04 +0000 (22:06 +0800)
committerFelipe Balbi <balbi@ti.com>
Tue, 23 Apr 2013 11:18:09 +0000 (14:18 +0300)
Commit edc7cb2 (usb: phy: make it a menuconfig) makes USB_MXS_PHY
be a sub-item of menuconfig symbol USB_PHY.  This change gets the
selection of CONFIG_USB_MXS_PHY in imx_v6_v7_defconfig lost.  Hence the
boot stops at the point below.

  ci_hdrc ci_hdrc.0: doesn't support gadget
  ci_hdrc ci_hdrc.0: EHCI Host Controller
  ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1

Add CONFIG_USB_PHY to have the CONFIG_USB_MXS_PHY selection back to
work.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/configs/imx_v6_v7_defconfig

index e36b01025321112439ef6b53b585ec8073b0cb73..088d6c11a0fa1cb896cf9e2c04351d9382b98b17 100644 (file)
@@ -188,6 +188,7 @@ CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_MXC=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_PHY=y
 CONFIG_USB_MXS_PHY=y
 CONFIG_USB_STORAGE=y
 CONFIG_MMC=y