Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) Kconfig (a20bf02aaa6c026e81b2b15d5878c08f683517bb)
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

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

108 tristate "MediaTek platforms"
109 depends on ARCH_MEDIATEK || COMPILE_TEST
110 depends on NOP_USB_XCEIV
111 select GENERIC_PHY
112 select USB_ROLE_SWITCH
113
114config USB_MUSB_POLARFIRE_SOC
115 tristate "Microchip PolarFire SoC platforms"
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

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

108 tristate "MediaTek platforms"
109 depends on ARCH_MEDIATEK || COMPILE_TEST
110 depends on NOP_USB_XCEIV
111 select GENERIC_PHY
112 select USB_ROLE_SWITCH
113
114config USB_MUSB_POLARFIRE_SOC
115 tristate "Microchip PolarFire SoC platforms"
116 depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
116 depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
117 depends on NOP_USB_XCEIV
118 select USB_MUSB_DUAL_ROLE
119 help
120 Say Y here to enable support for USB on Microchip's PolarFire SoC.
121
122 This support is also available as a module. If so, the module
123 will be called mpfs.
124

--- 42 unchanged lines hidden ---
117 depends on NOP_USB_XCEIV
118 select USB_MUSB_DUAL_ROLE
119 help
120 Say Y here to enable support for USB on Microchip's PolarFire SoC.
121
122 This support is also available as a module. If so, the module
123 will be called mpfs.
124

--- 42 unchanged lines hidden ---