Kconfig (1b569569a955c53b00a04d86cd84e60efe4c14be) | Kconfig (0990366bab3c6afb93b276106e1e24d4bc69db7b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Dual Role (OTG-ready) Controller Drivers 4# for silicon based on Mentor Graphics INVENTRA designs 5# 6 7# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller 8config USB_MUSB_HDRC --- 101 unchanged lines hidden (view full) --- 110 depends on ARCH_U8500 || COMPILE_TEST 111 112config USB_MUSB_JZ4740 113 tristate "JZ4740" 114 depends on MIPS || COMPILE_TEST 115 depends on USB_MUSB_GADGET 116 depends on USB=n || USB_OTG_BLACKLIST_HUB 117 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Dual Role (OTG-ready) Controller Drivers 4# for silicon based on Mentor Graphics INVENTRA designs 5# 6 7# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller 8config USB_MUSB_HDRC --- 101 unchanged lines hidden (view full) --- 110 depends on ARCH_U8500 || COMPILE_TEST 111 112config USB_MUSB_JZ4740 113 tristate "JZ4740" 114 depends on MIPS || COMPILE_TEST 115 depends on USB_MUSB_GADGET 116 depends on USB=n || USB_OTG_BLACKLIST_HUB 117 |
118config USB_MUSB_MEDIATEK 119 tristate "MediaTek platforms" 120 depends on ARCH_MEDIATEK || COMPILE_TEST 121 depends on NOP_USB_XCEIV 122 depends on GENERIC_PHY 123 select USB_ROLE_SWITCH 124 |
|
118config USB_MUSB_AM335X_CHILD 119 tristate 120 121comment "MUSB DMA mode" 122 123config MUSB_PIO_ONLY 124 bool 'Disable DMA (always use PIO)' 125 help --- 10 unchanged lines hidden (view full) --- 136config USB_UX500_DMA 137 bool 'ST Ericsson Ux500' 138 depends on USB_MUSB_UX500 139 help 140 Enable DMA transfers on UX500 platforms. 141 142config USB_INVENTRA_DMA 143 bool 'Inventra' | 125config USB_MUSB_AM335X_CHILD 126 tristate 127 128comment "MUSB DMA mode" 129 130config MUSB_PIO_ONLY 131 bool 'Disable DMA (always use PIO)' 132 help --- 10 unchanged lines hidden (view full) --- 143config USB_UX500_DMA 144 bool 'ST Ericsson Ux500' 145 depends on USB_MUSB_UX500 146 help 147 Enable DMA transfers on UX500 platforms. 148 149config USB_INVENTRA_DMA 150 bool 'Inventra' |
144 depends on USB_MUSB_OMAP2PLUS | 151 depends on USB_MUSB_OMAP2PLUS || USB_MUSB_MEDIATEK |
145 help 146 Enable DMA transfers using Mentor's engine. 147 148config USB_TI_CPPI_DMA 149 bool 'TI CPPI (Davinci)' 150 depends on USB_MUSB_DAVINCI 151 help 152 Enable DMA transfers when TI CPPI DMA is available. --- 16 unchanged lines hidden --- | 152 help 153 Enable DMA transfers using Mentor's engine. 154 155config USB_TI_CPPI_DMA 156 bool 'TI CPPI (Davinci)' 157 depends on USB_MUSB_DAVINCI 158 help 159 Enable DMA transfers when TI CPPI DMA is available. --- 16 unchanged lines hidden --- |