Add a Kconfig for Rockchip xhci controller.

Signed-off-by: Kever Yang <kever.y...@rock-chips.com>
---

 drivers/usb/host/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index e0699d4..afb2e97 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -28,6 +28,13 @@ config USB_XHCI_DWC3
          Say Y or if your system has a Dual Role SuperSpeed
          USB controller based on the DesignWare USB3 IP Core.
 
+config USB_XHCI_ROCKCHIP
+       bool "Support for Rockchip on-chip xHCI USB controller"
+       depends on ARCH_ROCKCHIP
+       default y
+       help
+         Enables support for the on-chip xHCI controller on Rockchip SoCs.
+
 endif # USB_XHCI_HCD
 
 config USB_EHCI_HCD
-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to