Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

VFIO: platform: enable ARM64 build

This patch enables building VFIO platform and derivatives on ARM64.

Signed-off-by: Eric Auger <eric.auger@linaro.org>
Acked-by: Baptiste Reynal <b.reynal@virtualopensystems.com>
Tested-by: Baptiste Reynal <b.reynal@virtualopensystems.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>

authored by

Eric Auger and committed by
Alex Williamson
e6bcd47f 713cc334

+1 -1
+1 -1
drivers/vfio/platform/Kconfig
··· 1 1 config VFIO_PLATFORM 2 2 tristate "VFIO support for platform devices" 3 - depends on VFIO && EVENTFD && ARM 3 + depends on VFIO && EVENTFD && (ARM || ARM64) 4 4 select VFIO_VIRQFD 5 5 help 6 6 Support for platform devices with VFIO. This is required to make