linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
@ 2013-03-24 14:06 Shawn Guo
  2013-03-24 14:06 ` [PATCH 2/2] ARM: mxs_defconfig: " Shawn Guo
  2013-04-02  8:07 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: " Felipe Balbi
  0 siblings, 2 replies; 7+ messages in thread
From: Shawn Guo @ 2013-03-24 14:06 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/configs/imx_v6_v7_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index e36b010..088d6c1 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-12  0:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 14:06 [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY Shawn Guo
2013-03-24 14:06 ` [PATCH 2/2] ARM: mxs_defconfig: " Shawn Guo
2013-04-02  8:07 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: " Felipe Balbi
2013-04-02 11:12   ` Shawn Guo
2013-04-02 12:44     ` Felipe Balbi
2013-04-02 14:19       ` Shawn Guo
2013-04-12  0:48         ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).