Kconfig 713 B

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