Kconfig (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) | Kconfig (cd91a0e9d38fa85ad8e95ca7849ce4adc00e3caa) |
---|---|
1# For MTK USB3.0 IP 2 3config USB_MTU3 4 tristate "MediaTek USB3 Dual Role controller" | 1# For MTK USB3.0 IP 2 3config USB_MTU3 4 tristate "MediaTek USB3 Dual Role controller" |
5 depends on EXTCON && (USB || USB_GADGET) && HAS_DMA | 5 depends on EXTCON && (USB || USB_GADGET) |
6 depends on ARCH_MEDIATEK || COMPILE_TEST 7 select USB_XHCI_MTK if USB_SUPPORT && USB_XHCI_HCD 8 help 9 Say Y or M here if your system runs on MediaTek SoCs with 10 Dual Role SuperSpeed USB controller. You can select usb 11 mode as peripheral role or host role, or both. 12 13 If you don't know what this is, please say N. --- 41 unchanged lines hidden --- | 6 depends on ARCH_MEDIATEK || COMPILE_TEST 7 select USB_XHCI_MTK if USB_SUPPORT && USB_XHCI_HCD 8 help 9 Say Y or M here if your system runs on MediaTek SoCs with 10 Dual Role SuperSpeed USB controller. You can select usb 11 mode as peripheral role or host role, or both. 12 13 If you don't know what this is, please say N. --- 41 unchanged lines hidden --- |