]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arch/tile: mark TILEGX as not EXPERIMENTAL
authorChris Metcalf <cmetcalf@tilera.com>
Sat, 7 Apr 2012 19:58:24 +0000 (15:58 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 12 Apr 2012 16:38:34 +0000 (12:38 -0400)
Also create a TILEPRO config setting to use for #ifdefs where it
is cleaner to do so, and make the 64BIT setting depend directly
on the setting of TILEGX.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/Kconfig

index 8a85f94b12b1e674160cc0276286954d4d09d9be..d79ebc3f92afca47f7deef6f90b6fabe51bfc323 100644 (file)
@@ -116,16 +116,14 @@ config HVC_TILE
        select HVC_DRIVER
        def_bool y
 
-# Please note: TILE-Gx support is not yet finalized; this is
-# the preliminary support.  TILE-Gx drivers are only provided
-# with the alpha or beta test versions for Tilera customers.
 config TILEGX
-       depends on EXPERIMENTAL
        bool "Building with TILE-Gx (64-bit) compiler and toolchain"
 
+config TILEPRO
+       def_bool !TILEGX
+
 config 64BIT
-       depends on TILEGX
-       def_bool y
+       def_bool TILEGX
 
 config ARCH_DEFCONFIG
        string