Fixes make check failures on an aarch64 host when QEMU is configured using '--enable-kvm --disable-tcg': qemu-system-aarch64: unknown type 'arm-gicv3'
Reported-by: Cornelia Huck <[email protected]> Suggested-by: Peter Maydell <[email protected]> Tested-by: Cornelia Huck <[email protected]> Reviewed-by: Cornelia Huck <[email protected]> Signed-off-by: Bernhard Beschow <[email protected]> --- v2: * Enhance commit message (Phil, Cornelia) --- hw/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 0cdeb60f1f..7877506384 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -623,7 +623,7 @@ config FSL_IMX8MP_EVK bool default y depends on AARCH64 - depends on TCG || KVM + depends on TCG select FSL_IMX8MP config ARM_SMMUV3 -- 2.52.0
