aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-03-12 20:04:47 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-15 15:41:58 -0400
commitfa3364b5a2d79b0c94a912b371c92bd3d06bc8fb (patch)
treec1fbe64425df32ad3f821083bf8a2aebd675f208 /drivers/usb/host/Kconfig
parent57e596f3af88ef52dea9640ed5e34ecd38893a02 (diff)
USB: OHCI: 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 OHCI controller works like a PCI controller. It will be used for the Broadcom bcma and ssb USB OHCI 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 b17995829514..1dd6e13077a4 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -397,6 +397,16 @@ config USB_CNS3XXX_OHCI
397 Enable support for the CNS3XXX SOC's on-chip OHCI controller. 397 Enable support for the CNS3XXX SOC's on-chip OHCI controller.
398 It is needed for low-speed USB 1.0 device support. 398 It is needed for low-speed USB 1.0 device support.
399 399
400config USB_OHCI_HCD_PLATFORM
401 bool "Generic OHCI driver for a platform device"
402 depends on USB_OHCI_HCD && EXPERIMENTAL
403 default n
404 ---help---
405 Adds an OHCI host driver for a generic platform device, which
406 provieds a memory space and an irq.
407
408 If unsure, say N.
409
400config USB_OHCI_BIG_ENDIAN_DESC 410config USB_OHCI_BIG_ENDIAN_DESC
401 bool 411 bool
402 depends on USB_OHCI_HCD 412 depends on USB_OHCI_HCD