]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: ohci: sort out dependencies for lpc32xx and omap
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 May 2014 13:52:20 +0000 (15:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:53:00 +0000 (15:53 -0700)
commit38e0c109404506266e33c29c77c2da39630954a4
tree708222ed0f2a080d751288946d2e10c9b0f3de69
parent068413e9b7beb0843704ebaee3fb20f31c9a4cdf
usb: ohci: sort out dependencies for lpc32xx and omap

The dependency on the isp1301 driver is not something that
should be in the main OHCI driver but rather the SoC specific
part of it.

This moves the dependency for LPC32xx into USB_OHCI_HCD_LPC32XX,
and changes the 'select ISP1301_OMAP' to a similar 'depends on'.
Since the same dependency exists for the client driver, do the
same change there.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-omap@vger.kernel.org
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/Kconfig
drivers/usb/host/Kconfig