arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64
[linux-2.6-block.git] / arch / arm64 / Kconfig
index 56b3f6d447ae10b8d53f9cfb767826fe90a97c11..b5d6ada9f98ce6d10218f7067132e111c80cb55e 100644 (file)
@@ -182,6 +182,16 @@ config HW_PERF_EVENTS
 
 source "mm/Kconfig"
 
+config XEN_DOM0
+       def_bool y
+       depends on XEN
+
+config XEN
+       bool "Xen guest support on ARM64 (EXPERIMENTAL)"
+       depends on ARM64 && OF
+       help
+         Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
+
 endmenu
 
 menu "Boot options"