Kconfig 656 B

12345678910111213141516171819202122232425
  1. config USB_DWC3
  2. tristate "DesignWare USB3 DRD Core Support"
  3. depends on (USB || USB_GADGET)
  4. select USB_OTG_UTILS
  5. help
  6. Say Y or M here if your system has a Dual Role SuperSpeed
  7. USB controller based on the DesignWare USB3 IP Core.
  8. If you choose to build this driver is a dynamically linked
  9. module, the module will be called dwc3.ko.
  10. if USB_DWC3
  11. config USB_DWC3_DEBUG
  12. bool "Enable Debugging Messages"
  13. help
  14. Say Y here to enable debugging messages on DWC3 Driver.
  15. config USB_DWC3_VERBOSE
  16. bool "Enable Verbose Debugging Messages"
  17. depends on USB_DWC3_DEBUG
  18. help
  19. Say Y here to enable verbose debugging messages on DWC3 Driver.
  20. endif