On Tue, 2 Apr 2013, Florian Fainelli wrote:

> Thist patch removes the depends on USB_EHCI_HCD that the various USB
> EHCI HCD drivers use and encloses every driver within an if USB_EHCI_HCD
> / endif block. The EHCI HCD platform and Octeon drivers have been moved
> around to remain enclosed within this block.
> 
> Signed-off-by: Florian Fainelli <flor...@openwrt.org>

Okay except for two things.  First, you missed the
USB_EHCI_BIG_ENDIAN_DESC entry.  Second, the Kconfig file has this
right in the middle of the section you changed:

config USB_FSL_MPH_DR_OF
        tristate

It's probably a mistake to put this under the "if USB_EHCI_HCD"
umbrella.  I guess it should be moved out of the way.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to