hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig
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>
This commit is contained in:
parent
f3c3a1e2bf
commit
24c7bb3105
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue