From f7bb27a577405914d747605f885d839a9c523773 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Wed, 21 Sep 2016 11:35:42 +0800 Subject: usb: host: add Kconfig for USB_XHCI_ROCKCHIP Add a Kconfig for Rockchip xhci controller. Signed-off-by: Kever Yang Acked-by: Marek Vasut --- drivers/usb/host/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers') diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 42e8a9f..61e13d7 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -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 -- cgit v1.1