# SPDX-License-Identifier: GPL-2.0
menu "ROCKCHIP USB Support"
	depends on ARCH_ROCKCHIP

config USB20_HOST
	tristate "Rockchip USB 2.0 host controller"
	depends on USB
	---help---
	  This driver supports Rockchip USB2.0 host
	  controller.

config USB20_OTG
	tristate "RockChip USB 2.0 OTG controller"
	depends on USB || USB_GADGET
	---help---
	  This driver supports Rockchip USB2.0  DWC_OTG
	  controller.

config DWC_OTG_310
	tristate
	default y if USB20_HOST || USB20_OTG
endmenu
