From: Roger Quadros Date: Mon, 15 Apr 2013 11:50:34 +0000 (+0300) Subject: USB: ehci-omap: Don't select any PHY driver X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4ebe68ecdeaa6b2846863c29e248615c366e19;p=pandora-kernel.git USB: ehci-omap: Don't select any PHY driver Don't select NOP_USB_XCEIV. Instead, board config must select USB_PHY and the appropriate PHY driver. Also add a hint in Kconfig so that users enabling this driver manually enable the right PHY drivers as well. Gets rid of the below warnings when USB_EHCI_HCD_OMAP is enabled. warning: (USB_EHCI_HCD_OMAP) selects NOP_USB_XCEIV which has unmet direct dependencies (USB_SUPPORT && USB_PHY) warning: (USB_EHCI_HCD_OMAP) selects NOP_USB_XCEIV which has unmet direct dependencies (USB_SUPPORT && USB_PHY) Signed-off-by: Roger Quadros Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed