2016-04-13 11:20:25 +00:00
|
|
|
config USB_DWC3
|
|
|
|
bool "DesignWare USB3 DRD Core Support"
|
2017-08-24 16:30:20 +00:00
|
|
|
depends on USB_HOST || USB_GADGET
|
2016-04-13 11:20:25 +00:00
|
|
|
help
|
|
|
|
Say Y here if your system has a Dual Role SuperSpeed
|
|
|
|
USB controller based on the DesignWare USB3 IP Core.
|
2016-04-13 11:20:27 +00:00
|
|
|
|
|
|
|
if USB_DWC3
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool "DWC3 Mode Selection"
|
|
|
|
|
|
|
|
config USB_DWC3_HOST
|
|
|
|
bool "Host only mode"
|
|
|
|
depends on USB
|
|
|
|
help
|
|
|
|
Select this when you want to use DWC3 in host mode only,
|
|
|
|
thereby the gadget feature will be regressed.
|
|
|
|
|
|
|
|
config USB_DWC3_GADGET
|
|
|
|
bool "Gadget only mode"
|
|
|
|
depends on USB_GADGET
|
2017-08-24 16:30:20 +00:00
|
|
|
select USB_GADGET_DUALSPEED
|
2016-04-13 11:20:27 +00:00
|
|
|
help
|
|
|
|
Select this when you want to use DWC3 in gadget mode only,
|
|
|
|
thereby the host feature will be regressed.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2016-04-13 11:20:28 +00:00
|
|
|
comment "Platform Glue Driver Support"
|
|
|
|
|
|
|
|
config USB_DWC3_OMAP
|
|
|
|
bool "Texas Instruments OMAP5 and similar Platforms"
|
|
|
|
help
|
|
|
|
Some platforms from Texas Instruments like OMAP5, DRA7xxx and
|
|
|
|
AM437x use this IP for USB2/3 functionality.
|
|
|
|
|
|
|
|
Say 'Y' here if you have one such device
|
|
|
|
|
2018-05-18 11:15:06 +00:00
|
|
|
config USB_DWC3_GENERIC
|
2018-11-29 09:52:48 +00:00
|
|
|
bool "Generic implementation of a DWC3 wrapper (aka dwc3 glue)"
|
|
|
|
depends on DM_USB && USB_DWC3 && MISC
|
2018-05-18 11:15:06 +00:00
|
|
|
help
|
2018-11-29 09:52:48 +00:00
|
|
|
Select this for Xilinx ZynqMP and similar Platforms.
|
|
|
|
This wrapper supports Host and Peripheral operation modes.
|
2018-05-18 11:15:06 +00:00
|
|
|
|
2019-02-19 12:42:01 +00:00
|
|
|
config USB_DWC3_MESON_G12A
|
|
|
|
bool "Amlogic Meson G12A USB wrapper"
|
|
|
|
depends on DM_USB && USB_DWC3 && ARCH_MESON
|
|
|
|
imply PHY
|
|
|
|
help
|
|
|
|
Select this for Amlogic Meson G12A Platforms.
|
|
|
|
This wrapper supports Host and Peripheral operation modes.
|
|
|
|
|
2017-09-28 13:01:00 +00:00
|
|
|
config USB_DWC3_UNIPHIER
|
|
|
|
bool "DesignWare USB3 Host Support on UniPhier Platforms"
|
|
|
|
depends on ARCH_UNIPHIER && USB_XHCI_DWC3
|
|
|
|
help
|
|
|
|
Support of USB2/3 functionality in Socionext UniPhier platforms.
|
|
|
|
Say 'Y' here if you have one such device.
|
|
|
|
|
2016-04-13 11:20:29 +00:00
|
|
|
menu "PHY Subsystem"
|
|
|
|
|
|
|
|
config USB_DWC3_PHY_OMAP
|
|
|
|
bool "TI OMAP SoC series USB DRD PHY driver"
|
|
|
|
help
|
|
|
|
Enable single driver for both USB2 PHY programming and USB3 PHY
|
|
|
|
programming for TI SoCs.
|
|
|
|
|
|
|
|
config USB_DWC3_PHY_SAMSUNG
|
|
|
|
bool "Exynos5 SoC series USB DRD PHY driver"
|
|
|
|
help
|
|
|
|
Enable USB DRD PHY support for Exynos 5 SoC series.
|
|
|
|
This driver provides PHY interface for USB 3.0 DRD controller
|
|
|
|
present on Exynos5 SoC series.
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2016-04-13 11:20:27 +00:00
|
|
|
endif
|