]> git.baikalelectronics.ru Git - kernel.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)
commit135c22fb2fa37bb812dd6d16da2d89845ed60be7
tree708222ed0f2a080d751288946d2e10c9b0f3de69
parent96c75b392c142662108b5dc266c626598526c7c5
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