diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-24 14:47:18 -0400 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-25 12:46:08 -0400 |
commit | 17b7ab80e33dab6b05eaa8332ede8c038fb0d9cb (patch) | |
tree | 1a6fb7953ff5661079ebacf1a4e7256aabb5a26b | |
parent | cc3d7f70c37641ca417f4c02ecaf12cd9772ffa6 (diff) |
xen/arm: XEN selects ARM_PSCI
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-rw-r--r-- | arch/arm/Kconfig | 1 |
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 | ||