From: Julien Grall Date: Wed, 17 Sep 2014 21:07:06 +0000 (-0700) Subject: arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options X-Git-Tag: firefly_0821_release~176^2~3080^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c2ba1f7d39ff4f3666f0fe0f9f55a41a81e745b6;p=firefly-linux-kernel-4.4.55.git 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 Cc: Russell King Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 32cbbd565902..aa971080567b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1758,7 +1758,7 @@ config XEN_DOM0 depends on XEN config XEN - bool "Xen guest support on ARM (EXPERIMENTAL)" + bool "Xen guest support on ARM" depends on ARM && AEABI && OF depends on CPU_V7 && !CPU_V6 depends on !GENERIC_ATOMIC64 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 depends on XEN config XEN - bool "Xen guest support on ARM64 (EXPERIMENTAL)" + bool "Xen guest support on ARM64" depends on ARM64 && OF select SWIOTLB_XEN help