aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index f788eb86707c..57d16b16c6d4 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -638,3 +638,15 @@ config USB_OCTEON_OHCI
638config USB_OCTEON2_COMMON 638config USB_OCTEON2_COMMON
639 bool 639 bool
640 default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI 640 default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI
641
642config USB_HCD_BCMA
643 tristate "BCMA usb host driver"
644 depends on BCMA && EXPERIMENTAL
645 select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
646 select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
647 help
648 Enbale support for the EHCI and OCHI host controller on an bcma bus.
649 It converts the bcma driver into two platform device drivers
650 for ehci and ohci.
651
652 If unsure, say N.