[U-Boot] [PATCH 1/2] usb: host: add Kconfig for USB_XHCI_ROCKCHIP
Kever Yang
kever.yang at rock-chips.com
Wed Sep 21 05:35:42 CEST 2016
Add a Kconfig for Rockchip xhci controller.
Signed-off-by: Kever Yang <kever.yang at 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
More information about the U-Boot
mailing list