Sam Protsenko | 3457bba | 2016-04-13 14:20:25 +0300 | [diff] [blame] | 1 | config USB_DWC3 |
| 2 | bool "DesignWare USB3 DRD Core Support" |
Tom Rini | be5c060 | 2021-07-09 10:11:56 -0400 | [diff] [blame] | 3 | depends on USB_XHCI_HCD || USB_GADGET |
Sam Protsenko | 3457bba | 2016-04-13 14:20:25 +0300 | [diff] [blame] | 4 | help |
| 5 | Say Y here if your system has a Dual Role SuperSpeed |
| 6 | USB controller based on the DesignWare USB3 IP Core. |
Sam Protsenko | 65403f3 | 2016-04-13 14:20:27 +0300 | [diff] [blame] | 7 | |
| 8 | if USB_DWC3 |
| 9 | |
Sam Protsenko | 65403f3 | 2016-04-13 14:20:27 +0300 | [diff] [blame] | 10 | config USB_DWC3_GADGET |
Jean-Jacques Hiblot | 3e6ab73 | 2019-09-11 11:33:53 +0200 | [diff] [blame] | 11 | bool "USB Gadget support for DWC3" |
| 12 | default y |
Sam Protsenko | 65403f3 | 2016-04-13 14:20:27 +0300 | [diff] [blame] | 13 | depends on USB_GADGET |
Masahiro Yamada | 6ea247d | 2017-08-25 01:30:20 +0900 | [diff] [blame] | 14 | select USB_GADGET_DUALSPEED |
Sam Protsenko | 65403f3 | 2016-04-13 14:20:27 +0300 | [diff] [blame] | 15 | |
Sam Protsenko | c16bf62 | 2016-04-13 14:20:28 +0300 | [diff] [blame] | 16 | comment "Platform Glue Driver Support" |
| 17 | |
| 18 | config USB_DWC3_OMAP |
| 19 | bool "Texas Instruments OMAP5 and similar Platforms" |
| 20 | help |
| 21 | Some platforms from Texas Instruments like OMAP5, DRA7xxx and |
| 22 | AM437x use this IP for USB2/3 functionality. |
| 23 | |
| 24 | Say 'Y' here if you have one such device |
| 25 | |
Michal Simek | 49d6745 | 2018-05-18 13:15:06 +0200 | [diff] [blame] | 26 | config USB_DWC3_GENERIC |
Jean-Jacques Hiblot | 446e3a2 | 2018-11-29 10:52:48 +0100 | [diff] [blame] | 27 | bool "Generic implementation of a DWC3 wrapper (aka dwc3 glue)" |
| 28 | depends on DM_USB && USB_DWC3 && MISC |
Michal Simek | 49d6745 | 2018-05-18 13:15:06 +0200 | [diff] [blame] | 29 | help |
Jean-Jacques Hiblot | 446e3a2 | 2018-11-29 10:52:48 +0100 | [diff] [blame] | 30 | Select this for Xilinx ZynqMP and similar Platforms. |
| 31 | This wrapper supports Host and Peripheral operation modes. |
Michal Simek | 49d6745 | 2018-05-18 13:15:06 +0200 | [diff] [blame] | 32 | |
Neil Armstrong | adb049a | 2019-02-19 13:42:01 +0100 | [diff] [blame] | 33 | config USB_DWC3_MESON_G12A |
| 34 | bool "Amlogic Meson G12A USB wrapper" |
| 35 | depends on DM_USB && USB_DWC3 && ARCH_MESON |
| 36 | imply PHY |
| 37 | help |
| 38 | Select this for Amlogic Meson G12A Platforms. |
| 39 | This wrapper supports Host and Peripheral operation modes. |
| 40 | |
Neil Armstrong | 46eddbc | 2020-09-10 10:48:13 +0200 | [diff] [blame] | 41 | config USB_DWC3_MESON_GXL |
| 42 | bool "Amlogic Meson GXL USB wrapper" |
| 43 | depends on DM_USB && USB_DWC3 && ARCH_MESON |
| 44 | imply PHY |
| 45 | help |
| 46 | Select this for Amlogic Meson GXL and GXM Platforms. |
| 47 | This wrapper supports Host and Peripheral operation modes. |
| 48 | |
Masahiro Yamada | dc04b35 | 2017-09-28 22:01:00 +0900 | [diff] [blame] | 49 | config USB_DWC3_UNIPHIER |
| 50 | bool "DesignWare USB3 Host Support on UniPhier Platforms" |
| 51 | depends on ARCH_UNIPHIER && USB_XHCI_DWC3 |
| 52 | help |
| 53 | Support of USB2/3 functionality in Socionext UniPhier platforms. |
| 54 | Say 'Y' here if you have one such device. |
| 55 | |
Michael Walle | 2b0b51d | 2021-10-15 15:15:23 +0200 | [diff] [blame] | 56 | config USB_DWC3_LAYERSCAPE |
| 57 | bool "Freescale Layerscape platform support" |
| 58 | depends on DM_USB && USB_DWC3 |
| 59 | depends on !USB_XHCI_FSL |
| 60 | help |
| 61 | Select this for Freescale Layerscape Platforms. |
| 62 | |
| 63 | Host and Peripheral operation modes are supported. OTG is not |
| 64 | supported. |
| 65 | |
Sam Protsenko | b142729 | 2016-04-13 14:20:29 +0300 | [diff] [blame] | 66 | menu "PHY Subsystem" |
| 67 | |
| 68 | config USB_DWC3_PHY_OMAP |
| 69 | bool "TI OMAP SoC series USB DRD PHY driver" |
| 70 | help |
| 71 | Enable single driver for both USB2 PHY programming and USB3 PHY |
| 72 | programming for TI SoCs. |
| 73 | |
| 74 | config USB_DWC3_PHY_SAMSUNG |
| 75 | bool "Exynos5 SoC series USB DRD PHY driver" |
| 76 | help |
| 77 | Enable USB DRD PHY support for Exynos 5 SoC series. |
| 78 | This driver provides PHY interface for USB 3.0 DRD controller |
| 79 | present on Exynos5 SoC series. |
| 80 | |
| 81 | endmenu |
| 82 | |
Sam Protsenko | 65403f3 | 2016-04-13 14:20:27 +0300 | [diff] [blame] | 83 | endif |