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 9714fe0403b7..88c8b6c1341a 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -220,6 +220,7 @@ config XEN_DOM0
220config XEN 220config XEN
221 bool "Xen guest support on ARM64 (EXPERIMENTAL)" 221 bool "Xen guest support on ARM64 (EXPERIMENTAL)"
222 depends on ARM64 && OF 222 depends on ARM64 && OF
223 select SWIOTLB_XEN
223 help 224 help
224 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64. 225 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
225 226