diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-28 09:30:27 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-28 09:30:27 -0500 |
commit | 53fe692652c8777d10334f64f8dce308b539df91 (patch) | |
tree | 3e7f5834800d5024227fefb9c23724581fec7f7d /drivers/usb/host/Kconfig | |
parent | 73a01d90c0b2ed2527283f289f73d69ef52cafa5 (diff) | |
parent | 11f4678962960636f1a07cea8d040f468463f8c3 (diff) |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 5264475fa5..c79f866cf1 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -47,6 +47,14 @@ config USB_XHCI_ROCKCHIP help Enables support for the on-chip xHCI controller on Rockchip SoCs. +config USB_XHCI_RCAR + bool "Renesas RCar USB 3.0 support" + default y + depends on ARCH_RMOBILE + help + Choose this option to add support for USB 3.0 driver on Renesas + RCar Gen3 SoCs. + config USB_XHCI_STI bool "Support for STMicroelectronics STiH407 family on-chip xHCI USB controller" depends on ARCH_STI |