aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index c04454876bcb..04ffafb6fbe9 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -211,6 +211,7 @@ config XEN_DOM0
211config XEN 211config XEN
212 bool "Xen guest support on ARM64 (EXPERIMENTAL)" 212 bool "Xen guest support on ARM64 (EXPERIMENTAL)"
213 depends on ARM64 && OF 213 depends on ARM64 && OF
214 select SWIOTLB_XEN
214 help 215 help
215 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64. 216 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
216 217