aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2014-09-17 17:07:06 -0400
committerDavid Vrabel <david.vrabel@citrix.com>2014-10-03 07:34:50 -0400
commitc2ba1f7d39ff4f3666f0fe0f9f55a41a81e745b6 (patch)
treeb587ef1c6e4f196731dc0201a26305d3ba24a836 /arch/arm64/Kconfig
parent7921a11c7b2929f3ed6fe9081edcf695c60b23c6 (diff)
arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
The Xen ARM API is stable since Xen 4.4 and everything has been upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL" from the Xen option in the both Kconfig. Signed-off-by: Julien Grall <julien.grall@linaro.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd4e81a4e1ce..82bd86c44540 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -317,7 +317,7 @@ config XEN_DOM0
317 depends on XEN 317 depends on XEN
318 318
319config XEN 319config XEN
320 bool "Xen guest support on ARM64 (EXPERIMENTAL)" 320 bool "Xen guest support on ARM64"
321 depends on ARM64 && OF 321 depends on ARM64 && OF
322 select SWIOTLB_XEN 322 select SWIOTLB_XEN
323 help 323 help