diff options
| author | Kever Yang <[email protected]> | 2016-09-21 11:35:42 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-09-22 07:36:58 -0600 |
| commit | f7bb27a577405914d747605f885d839a9c523773 (patch) | |
| tree | f09928e67228b5c32fc34413b67303797a57a55a | |
| parent | 892742df1fd848ad8fcfd8f4f7f20cc3fb0a7db1 (diff) | |
usb: host: add Kconfig for USB_XHCI_ROCKCHIP
Add a Kconfig for Rockchip xhci controller.
Signed-off-by: Kever Yang <[email protected]>
Acked-by: Marek Vasut <[email protected]>
| -rw-r--r-- | drivers/usb/host/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 42e8a9f934f..61e13d76e65 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 |
