Kconfig (56544d29c3a0e383c0d819fefc9570b2803db193) Kconfig (d4ae02cc904d916ea6b292e61b79fd3497054067)
1config USB_DWC2
2 tristate "DesignWare USB2 DRD Core Support"
3 depends on USB || USB_GADGET
4 help
5 Say Y here if your system has a Dual Role Hi-Speed USB
6 controller based on the DesignWare HSOTG IP Core.
7
8 For host mode, if you choose to build the driver as dynamically

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

54 tristate "DWC2 Platform"
55 default USB_DWC2_HOST || USB_DWC2_PERIPHERAL
56 help
57 The Designware USB2.0 platform interface module for
58 controllers directly connected to the CPU.
59
60config USB_DWC2_PCI
61 tristate "DWC2 PCI"
1config USB_DWC2
2 tristate "DesignWare USB2 DRD Core Support"
3 depends on USB || USB_GADGET
4 help
5 Say Y here if your system has a Dual Role Hi-Speed USB
6 controller based on the DesignWare HSOTG IP Core.
7
8 For host mode, if you choose to build the driver as dynamically

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

54 tristate "DWC2 Platform"
55 default USB_DWC2_HOST || USB_DWC2_PERIPHERAL
56 help
57 The Designware USB2.0 platform interface module for
58 controllers directly connected to the CPU.
59
60config USB_DWC2_PCI
61 tristate "DWC2 PCI"
62 depends on USB_DWC2_HOST && PCI
63 default USB_DWC2_HOST
62 depends on PCI
63 default n
64 select USB_DWC2_PLATFORM
65 select NOP_USB_XCEIV
64 help
65 The Designware USB2.0 PCI interface module for controllers
66 help
67 The Designware USB2.0 PCI interface module for controllers
66 connected to a PCI bus. This is only used for host mode.
68 connected to a PCI bus.
67
68config USB_DWC2_DEBUG
69 bool "Enable Debugging Messages"
70 help
71 Say Y here to enable debugging messages in the DWC2 Driver.
72
73config USB_DWC2_VERBOSE
74 bool "Enable Verbose Debugging Messages"

--- 24 unchanged lines hidden ---
69
70config USB_DWC2_DEBUG
71 bool "Enable Debugging Messages"
72 help
73 Say Y here to enable debugging messages in the DWC2 Driver.
74
75config USB_DWC2_VERBOSE
76 bool "Enable Verbose Debugging Messages"

--- 24 unchanged lines hidden ---