diff options
author | Heiko Schocher <hs@denx.de> | 2019-07-16 10:49:07 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-08-08 11:35:02 +0200 |
commit | 991e66017ccd79cf4b89a729433a9606a771bd2b (patch) | |
tree | fe4b1d2a7e27572c31310beff8b1141cc4e64088 /drivers/usb/host/Kconfig | |
parent | f9c7fecbeb938d9a17e31bf7c8766190752790ae (diff) | |
download | u-boot-991e66017ccd79cf4b89a729433a9606a771bd2b.tar.gz |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index ac68aa2d27..42046c8062 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 |