aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-07-16 10:49:07 +0200
committerMarek Vasut <marex@denx.de>2019-08-08 11:35:02 +0200
commit991e66017ccd79cf4b89a729433a9606a771bd2b (patch)
treefe4b1d2a7e27572c31310beff8b1141cc4e64088 /drivers/usb/host/Kconfig
parentf9c7fecbeb938d9a17e31bf7c8766190752790ae (diff)
downloadu-boot-991e66017ccd79cf4b89a729433a9606a771bd2b.zip
u-boot-991e66017ccd79cf4b89a729433a9606a771bd2b.tar.gz
u-boot-991e66017ccd79cf4b89a729433a9606a771bd2b.tar.bz2
usb, ohci, pci: add DM support for PCI-based OHCI USB controller
add new DM based PCI driver ohci-pci for PCI-based OHCI USB support. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index ac68aa2..42046c8 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -236,6 +236,13 @@ config USB_OHCI_HCD
based system where you're not sure, the "lspci -v" entry will list the
right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
+config USB_OHCI_PCI
+ bool "Support for PCI-based OHCI USB controller"
+ depends on DM_USB
+ default n
+ help
+ Enables support for the PCI-based OHCI controller.
+
if USB_OHCI_HCD
config USB_OHCI_GENERIC