arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
authorJulien Grall <julien.grall@linaro.org>
Wed, 17 Sep 2014 21:07:06 +0000 (14:07 -0700)
committerDavid Vrabel <david.vrabel@citrix.com>
Fri, 3 Oct 2014 11:34:50 +0000 (12:34 +0100)
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
arch/arm/Kconfig
arch/arm64/Kconfig

index 32cbbd5659023cffe04faf6c97eb7ee5be196585..aa971080567b19a4292fed77dfd375eb29d3a35c 100644 (file)
@@ -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
index fd4e81a4e1cee5fc4e564ad60f8b48d15b3c5f71..82bd86c445409ce857b30fc6f49eb8d8a5db7634 100644 (file)
@@ -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