aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2c3bdce15134..344e299f1257 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1892,6 +1892,7 @@ config XEN
1892 depends on ARM && AEABI && OF 1892 depends on ARM && AEABI && OF
1893 depends on CPU_V7 && !CPU_V6 1893 depends on CPU_V7 && !CPU_V6
1894 depends on !GENERIC_ATOMIC64 1894 depends on !GENERIC_ATOMIC64
1895 select ARM_PSCI
1895 help 1896 help
1896 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. 1897 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1897 1898