Kconfig (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) Kconfig (9af54301b643eca4544970037409efc986a47a9c)
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

--- 96 unchanged lines hidden (view full) ---

105 depends on OF_IRQ
106
107config USB_MUSB_UX500
108 tristate "Ux500 platforms"
109 depends on ARCH_U8500 || COMPILE_TEST
110
111config USB_MUSB_JZ4740
112 tristate "JZ4740"
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

--- 96 unchanged lines hidden (view full) ---

105 depends on OF_IRQ
106
107config USB_MUSB_UX500
108 tristate "Ux500 platforms"
109 depends on ARCH_U8500 || COMPILE_TEST
110
111config USB_MUSB_JZ4740
112 tristate "JZ4740"
113 depends on OF
113 depends on MIPS || COMPILE_TEST
114 depends on USB_MUSB_GADGET
114 depends on MIPS || COMPILE_TEST
115 depends on USB_MUSB_GADGET
115 depends on USB=n || USB_OTG_BLACKLIST_HUB
116 depends on USB=n || USB_OTG_DISABLE_EXTERNAL_HUB
117 select USB_ROLE_SWITCH
116
117config USB_MUSB_MEDIATEK
118 tristate "MediaTek platforms"
119 depends on ARCH_MEDIATEK || COMPILE_TEST
120 depends on NOP_USB_XCEIV
121 depends on GENERIC_PHY
122 select USB_ROLE_SWITCH
123

--- 15 unchanged lines hidden (view full) ---

139config USB_UX500_DMA
140 bool 'ST Ericsson Ux500'
141 depends on USB_MUSB_UX500
142 help
143 Enable DMA transfers on UX500 platforms.
144
145config USB_INVENTRA_DMA
146 bool 'Inventra'
118
119config USB_MUSB_MEDIATEK
120 tristate "MediaTek platforms"
121 depends on ARCH_MEDIATEK || COMPILE_TEST
122 depends on NOP_USB_XCEIV
123 depends on GENERIC_PHY
124 select USB_ROLE_SWITCH
125

--- 15 unchanged lines hidden (view full) ---

141config USB_UX500_DMA
142 bool 'ST Ericsson Ux500'
143 depends on USB_MUSB_UX500
144 help
145 Enable DMA transfers on UX500 platforms.
146
147config USB_INVENTRA_DMA
148 bool 'Inventra'
147 depends on USB_MUSB_OMAP2PLUS || USB_MUSB_MEDIATEK
149 depends on USB_MUSB_OMAP2PLUS || USB_MUSB_MEDIATEK || USB_MUSB_JZ4740
148 help
149 Enable DMA transfers using Mentor's engine.
150
151config USB_TI_CPPI_DMA
152 bool 'TI CPPI (Davinci)'
153 depends on USB_MUSB_DAVINCI
154 help
155 Enable DMA transfers when TI CPPI DMA is available.

--- 16 unchanged lines hidden ---
150 help
151 Enable DMA transfers using Mentor's engine.
152
153config USB_TI_CPPI_DMA
154 bool 'TI CPPI (Davinci)'
155 depends on USB_MUSB_DAVINCI
156 help
157 Enable DMA transfers when TI CPPI DMA is available.

--- 16 unchanged lines hidden ---