Commit f3c3a1e2 authored by Thomas Huth's avatar Thomas Huth
Browse files

hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig



This cleans up most settings in default-configs/aarch64-softmmu.mak.

Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent c1c60b0d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3,9 +3,5 @@
# We support all the 32 bit boards so need all their config
include arm-softmmu.mak

CONFIG_AUX=y
CONFIG_DDC=y
CONFIG_DPCD=y
CONFIG_XLNX_ZYNQMP=y
CONFIG_XLNX_ZYNQMP_ARM=y
CONFIG_XLNX_VERSAL=y
+11 −0
Original line number Diff line number Diff line
@@ -279,6 +279,17 @@ config STM32F205_SOC

config XLNX_ZYNQMP_ARM
    bool
    select AHCI
    select ARM_GIC
    select CADENCE
    select DDC
    select DPCD
    select SDHCI
    select SSI
    select SSI_M25P80
    select XILINX_AXI
    select XILINX_SPIPS
    select XLNX_ZYNQMP

config XLNX_VERSAL
    bool
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ config VIRTIO_VGA

config DPCD
    bool
    select AUX

config ATI_VGA
    bool