Kconfig (eb5bc2a213f96bd43b5f00a625acb0c669613645) Kconfig (9024c495f35be735a917571406fab30a789c27d1)
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
64 help
65 The Designware USB2.0 PCI interface module for controllers
65 help
66 The Designware USB2.0 PCI interface module for controllers
66 connected to a PCI bus. This is only used for host mode.
67 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 ---
68
69config USB_DWC2_DEBUG
70 bool "Enable Debugging Messages"
71 help
72 Say Y here to enable debugging messages in the DWC2 Driver.
73
74config USB_DWC2_VERBOSE
75 bool "Enable Verbose Debugging Messages"

--- 24 unchanged lines hidden ---