OSDN Git Service

USB: enclose all depends on USB_OHCI_HCD within an if USB_OHCI_HCD block
authorFlorian Fainelli <florian@openwrt.org>
Tue, 9 Apr 2013 12:29:28 +0000 (14:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2013 23:57:48 +0000 (16:57 -0700)
commit3ad3ca056eefb75a587434bbcb2460864377f17c
treef03849d801e8569d6cae9b3b201f93b10e9ccda4
parent42443dc44b0b0e29ea80d320882d4ab85f9340b3
USB: enclose all depends on USB_OHCI_HCD within an if USB_OHCI_HCD block

This patch removes the various depends on USB_OHCI_HCD from the OHCI HCD
drivers and enclose them within an if USB_OHCI_HCD / endif block. The
Octeon OHCI HCD driver has been moved around to remain in this block.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig