usb: host: add Kconfig for USB_XHCI_ROCKCHIP
authorKever Yang <kever.yang@rock-chips.com>
Wed, 21 Sep 2016 03:35:42 +0000 (11:35 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 22 Sep 2016 13:36:58 +0000 (07:36 -0600)
Add a Kconfig for Rockchip xhci controller.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Marek Vasut <marex@denx.de>
drivers/usb/host/Kconfig

index 42e8a9f..61e13d7 100644 (file)
@@ -21,6 +21,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