hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build

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 <cohuck@redhat.com>
Tested-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20251119203759.5138-1-shentey@gmail.com
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Bernhard Beschow
2025-11-19 21:37:59 +01:00
committed by Peter Maydell
parent fb241d0a1f
commit 697ccce3c5
+1 -1
View File
@@ -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