From: Shawn Guo Date: Sun, 24 Mar 2013 14:06:05 +0000 (+0800) Subject: ARM: mxs_defconfig: add CONFIG_USB_PHY X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=added5fce61e97087a4a25270694c542c5ed1ba9;p=pandora-kernel.git ARM: mxs_defconfig: add CONFIG_USB_PHY 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 mxs_defconfig lost. Hence the boot stops at the point below. [ 1.600867] ci_hdrc ci_hdrc.0: doesn't support gadget [ 1.606282] ci_hdrc ci_hdrc.0: EHCI Host Controller [ 1.613522] 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed