diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-08-09 00:21:54 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-08-21 11:30:44 +0200 |
commit | a11a5b8ad9d7bfd37e7abbbaecc536f86eabc2d2 (patch) | |
tree | 8bef6d9667258bcad2384941d52cab535481bed1 /drivers/usb/host/Kconfig | |
parent | 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383 (diff) | |
download | u-boot-a11a5b8ad9d7bfd37e7abbbaecc536f86eabc2d2.tar.gz |
usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig
This converts CONFIG_USB_EHCI_PCI to a Kconfig option, and updates
all boards that use it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 67ad72b4a2..eb035a476b 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -142,6 +142,12 @@ config USB_EHCI_MSM This driver supports combination of Chipidea USB controller and Synapsys USB PHY in host mode only. +config USB_EHCI_PCI + bool "Support for PCI-based EHCI USB controller" + default y if X86 + help + Enables support for the PCI-based EHCI controller. + config USB_EHCI_RCAR_GEN3 bool "Support for Renesas RCar M3/H3 EHCI USB controller" depends on RCAR_GEN3 |