[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5166856C.3080906@ti.com>
Date: Thu, 11 Apr 2013 12:42:04 +0300
From: Roger Quadros <rogerq@...com>
To: Greg KH <gregkh@...uxfoundation.org>
CC: Alan Stern <stern@...land.harvard.edu>,
"Balbi, Felipe" <balbi@...com>,
Linux USB Mailing List <linux-usb@...r.kernel.org>,
Kernel development list <linux-kernel@...r.kernel.org>,
"linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>
Subject: [PATCH] USB: ehci-omap: Select USB_PHY
Hi Greg,
The following patch gets rid of Kbuild warnings when USB_EHCI_HCD_OMAP
is enabled.
Patch is based on your usb-next branch and is needed for 3.10.
From: Roger Quadros <rogerq@...com>
Date: Thu, 11 Apr 2013 12:08:19 +0300
Subject: [PATCH] USB: ehci-omap: Select USB_PHY
As we need NOP_USB_XCEIV which depends on USB_PHY
we need to select USB_PHY 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 <rogerq@...com>
---
drivers/usb/host/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index c0be25c..931b437 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -150,6 +150,7 @@ config USB_EHCI_MXC
config USB_EHCI_HCD_OMAP
tristate "EHCI support for OMAP3 and later chips"
depends on ARCH_OMAP
+ select USB_PHY
select NOP_USB_XCEIV
default y
---help---
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists