usb: host: add Kconfig for USB_XHCI_ROCKCHIP

Add a Kconfig for Rockchip xhci controller.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
Kever Yang 2016-09-21 11:35:42 +08:00 committed by Simon Glass
parent 892742df1f
commit f7bb27a577

View 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