diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-06-03 13:05:43 -0400 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-06-07 06:39:52 -0400 |
commit | aa42aa1389a54d1afb1c7606c5a37c3429cdf517 (patch) | |
tree | 39b44ac3151c9a0b8712b69f5b36ee07019c340c /arch/arm64/Kconfig | |
parent | ea9c3652f5aec45a36b3e1c9a21ecfcc0ffd77b0 (diff) |
arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64
Introduce CONFIG_XEN and the implementation of hypercall.S (that is
the only ARMv8 specific code in Xen support for ARM).
Compile enlighten.c and grant_table.c from arch/arm.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 56b3f6d447ae..b5d6ada9f98c 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -182,6 +182,16 @@ config HW_PERF_EVENTS | |||
182 | 182 | ||
183 | source "mm/Kconfig" | 183 | source "mm/Kconfig" |
184 | 184 | ||
185 | config XEN_DOM0 | ||
186 | def_bool y | ||
187 | depends on XEN | ||
188 | |||
189 | config XEN | ||
190 | bool "Xen guest support on ARM64 (EXPERIMENTAL)" | ||
191 | depends on ARM64 && OF | ||
192 | help | ||
193 | Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64. | ||
194 | |||
185 | endmenu | 195 | endmenu |
186 | 196 | ||
187 | menu "Boot options" | 197 | menu "Boot options" |