projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c3a1e
)
hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig
author
Thomas Huth
<thuth@redhat.com>
Sat, 9 Feb 2019 06:16:05 +0000
(07:16 +0100)
committer
Thomas Huth
<thuth@redhat.com>
Mon, 13 May 2019 07:36:32 +0000
(09:36 +0200)
Dependencies have been determined with trial-and-error and by
looking at the xlnx-versal.c source file.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/arm/Kconfig
patch
|
blob
|
history
diff --git
a/hw/arm/Kconfig
b/hw/arm/Kconfig
index eff61efab996b3d0b8ce2ad09c417ee64bcca294..9609caef87cfbe35e2cac2e68bff06eb89d5fa1e 100644
(file)
--- a/
hw/arm/Kconfig
+++ b/
hw/arm/Kconfig
@@
-293,6
+293,10
@@
config XLNX_ZYNQMP_ARM
config XLNX_VERSAL
bool
+ select ARM_GIC
+ select PL011
+ select CADENCE
+ select VIRTIO_MMIO
config FSL_IMX25
bool