blob: 9a59baa77e9c6304b3e0374e843f3ef520e05f45 [file] [log] [blame]
# For MTK USB3.0 IP
config USB_MTU3_GADGET
bool
config USB_MTU3
tristate "MediaTek USB3 Dual Role controller"
depends on USB || USB_GADGET
depends on ARCH_MEDIATEK || COMPILE_TEST
depends on DM_USB
select OF_LIVE
select USB_XHCI_MTK if USB_SUPPORT && USB_XHCI_HCD
select USB_MTU3_GADGET
select USB_GADGET_DUALSPEED
help
Say Y or M here if your system runs on MediaTek SoCs with
Dual Role SuperSpeed USB controller. You can select usb
mode as peripheral role or host role, or both.
If you don't know what this is, please say N.
Choose M here to compile this driver as a module, and it
will be called mtu3.ko.