mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
usb: xlnx-usb-subsystem: Add xilinx usb subsystem
This model is a top level integration wrapper for hcd-dwc3 and versal-usb2-ctrl-regs modules, this is used by xilinx versal soc's and future xilinx usb subsystems would also be part of it. Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1607023357-5096-4-git-send-email-sai.pavan.boddu@xilinx.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
8bbe61f3c1
commit
e29c7db19d
4 changed files with 145 additions and 0 deletions
|
@ -117,3 +117,8 @@ config USB_DWC3
|
|||
bool
|
||||
select USB_XHCI_SYSBUS
|
||||
select REGISTER
|
||||
|
||||
config XLNX_USB_SUBSYS
|
||||
bool
|
||||
default y if XLNX_VERSAL
|
||||
select USB_DWC3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue