usb: dwc3: Add a glue driver for Synopsys HAPS platform
This driver is to be used for Synopsys PCIe-base HAPS platform. Move the the HAPS support from dwc3-pci to this driver. Signed-off-by: Thinh Nguyen <thinhn@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:

committed by
Felipe Balbi

parent
e610257e46
commit
3fe314ca8c
@@ -74,11 +74,16 @@ config USB_DWC3_PCI
|
||||
depends on USB_PCI && ACPI
|
||||
default USB_DWC3
|
||||
help
|
||||
If you're using the DesignWare Core IP with a PCIe, please say
|
||||
'Y' or 'M' here.
|
||||
If you're using the DesignWare Core IP with a PCIe (but not HAPS
|
||||
platform), please say 'Y' or 'M' here.
|
||||
|
||||
One such PCIe-based platform is Synopsys' PCIe HAPS model of
|
||||
this IP.
|
||||
config USB_DWC3_HAPS
|
||||
tristate "Synopsys PCIe-based HAPS Platforms"
|
||||
depends on USB_PCI
|
||||
default USB_DWC3
|
||||
help
|
||||
If you're using the DesignWare Core IP with a Synopsys PCIe HAPS
|
||||
platform, please say 'Y' or 'M' here.
|
||||
|
||||
config USB_DWC3_KEYSTONE
|
||||
tristate "Texas Instruments Keystone2 Platforms"
|
||||
|
Reference in New Issue
Block a user