>From c0ef23f7f0788783f9fccbf1e4e4935711de67ea Mon Sep 17 00:00:00 2001 From: Oleksandr Tyshchenko Date: Thu, 8 Oct 2020 22:30:24 +0300 Subject: [PATCH] [NOT FOR MERGE] enable ioreq Signed-off-by: Oleksandr Tyshchenko --- xen/arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig index c3eb13e..5cf1e84 100644 --- a/xen/arch/arm/Kconfig +++ b/xen/arch/arm/Kconfig @@ -21,6 +21,7 @@ config ARM select HAS_PASSTHROUGH select HAS_PDX select IOMMU_FORCE_PT_SHARE + select IOREQ_SERVER config ARCH_DEFCONFIG string -- 2.7.4