mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
hw/arm: Add missing XLNX_ZYNQMP_ARM -> USB_DWC3 Kconfig dependency
Since commitacc0b8b05a
when running the ZynqMP ZCU102 board with a QEMU configured using --without-default-devices, we get: $ qemu-system-aarch64 -M xlnx-zcu102 qemu-system-aarch64: missing object type 'usb_dwc3' Abort trap: 6 Fix by adding the missing Kconfig dependency. Fixes:acc0b8b05a
("hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers") Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20230216092327.2203-1-philmd@linaro.org Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c2ecb424fb
commit
f4880c2da4
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ config XLNX_ZYNQMP_ARM
|
||||||
select XLNX_CSU_DMA
|
select XLNX_CSU_DMA
|
||||||
select XLNX_ZYNQMP
|
select XLNX_ZYNQMP
|
||||||
select XLNX_ZDMA
|
select XLNX_ZDMA
|
||||||
|
select USB_DWC3
|
||||||
|
|
||||||
config XLNX_VERSAL
|
config XLNX_VERSAL
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue