aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-03-12 20:04:48 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-15 15:42:07 -0400
commit7a7a4a592f42d9abf3b6cc40620b3f79fef49246 (patch)
treeb51cd6655476657d11127d166b9036b1e73e84de /drivers/usb/host/Kconfig
parentfa3364b5a2d79b0c94a912b371c92bd3d06bc8fb (diff)
USB: EHCI: Add a generic platform device driver
This adds a generic driver for platform devices. It works like the PCI driver and is based on it. This is for devices which do not have an own bus but their EHCI controller works like a PCI controller. It will be used for the Broadcom bcma and ssb USB EHCI controller. Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 1dd6e13077a4..cbd3df8477ba 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -407,6 +407,16 @@ config USB_OHCI_HCD_PLATFORM
407 407
408 If unsure, say N. 408 If unsure, say N.
409 409
410config USB_EHCI_HCD_PLATFORM
411 bool "Generic EHCI driver for a platform device"
412 depends on USB_EHCI_HCD && EXPERIMENTAL
413 default n
414 ---help---
415 Adds an EHCI host driver for a generic platform device, which
416 provieds a memory space and an irq.
417
418 If unsure, say N.
419
410config USB_OHCI_BIG_ENDIAN_DESC 420config USB_OHCI_BIG_ENDIAN_DESC
411 bool 421 bool
412 depends on USB_OHCI_HCD 422 depends on USB_OHCI_HCD