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>
bool
default y
depends on AARCH64
- depends on TCG || KVM
+ depends on TCG
select FSL_IMX8MP
config ARM_SMMUV3