From: Arnd Bergmann Date: Thu, 25 Apr 2013 17:29:01 +0000 (+0200) Subject: USB: ehci-msm: USB_MSM_OTG needs USB_PHY X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4626b8daf9bb00ce6b4d533c1a155211ad880f32;p=pandora-kernel.git USB: ehci-msm: USB_MSM_OTG needs USB_PHY The Kconfig entry for USB_EHCI_MSM unconditionally selects USB_MSM_OTG, which is now only visible when USB_PHY is also enabled. This adds an appropriate dependency and enables USB_PHY in the msm defconfig, avoiding the Kbuild warning: warning: (USB_EHCI_MSM) selects USB_MSM_OTG which has unmet direct dependencies (USB_SUPPORT && USB_PHY && (USB || USB_GADGET) && ARCH_MSM) Signed-off-by: Arnd Bergmann Cc: Felipe Balbi Cc: Pavankumar Kondeti Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed