VFIO Platforms was designed for Aarch64. Restrict availability to 64-bit host platforms.
Cc: Eric Auger <eric.au...@redhat.com> Signed-off-by: Cédric Le Goater <c...@redhat.com> --- hw/vfio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/vfio/Kconfig b/hw/vfio/Kconfig index 6ed825429a9151fcdff33e95d1a310210689b258..885630e8d30c656500fcd7dbb3f26a4c0113a17a 100644 --- a/hw/vfio/Kconfig +++ b/hw/vfio/Kconfig @@ -19,7 +19,7 @@ config VFIO_PLATFORM bool default y select VFIO - depends on LINUX && PLATFORM_BUS + depends on LINUX && PLATFORM_BUS && AARCH64 config VFIO_XGMAC bool -- 2.48.1