# SPDX-License-Identifier: GPL-2.0

config USB_PHYTIUM_XHCI_PCI
	tristate "PHYTIUM USB XHCI Support for PCI"
	depends on USB && USB_GADGET && USB_ROLE_SWITCH
	help
	  Say Y or M here if your system has a OTG USB XHCI Controller
	  based on PHYTIUM SOC. If you choose to build this driver is
	  a dynamically linked modules, the module will be called
	  phytium-usb-xhci-pci.ko

config USB_PHYTIUM_XHCI
	tristate "PHYTIUM USB XHCI Support for Platform"
	depends on USB && USB_GADGET && USB_ROLE_SWITCH
	help
	  Say Y or M here if your system has a OTG USB XHCI Controller
	  based on PHYTIUM SOC. If you choose to build this driver is
	  a dynamically linked modules, the module will be called
	  phytium-usb-xhci-platform.ko
