diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-04-07 15:58:24 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-25 15:00:39 -0400 |
commit | acd1a19e002790dd127b3ff86f95a4d269e7f1d0 (patch) | |
tree | 4e6125723e788f9504b559ce58260f6d9754be52 /arch/tile/Kconfig | |
parent | 4ce6bea220f1a40aba928bd5624ada833ee1c52b (diff) |
arch/tile: mark TILEGX as not EXPERIMENTAL
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>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index cc5664286a1c..0294b212e57d 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig | |||
@@ -117,16 +117,14 @@ config HVC_TILE | |||
117 | select HVC_DRIVER | 117 | select HVC_DRIVER |
118 | def_bool y | 118 | def_bool y |
119 | 119 | ||
120 | # Please note: TILE-Gx support is not yet finalized; this is | ||
121 | # the preliminary support. TILE-Gx drivers are only provided | ||
122 | # with the alpha or beta test versions for Tilera customers. | ||
123 | config TILEGX | 120 | config TILEGX |
124 | depends on EXPERIMENTAL | ||
125 | bool "Building with TILE-Gx (64-bit) compiler and toolchain" | 121 | bool "Building with TILE-Gx (64-bit) compiler and toolchain" |
126 | 122 | ||
123 | config TILEPRO | ||
124 | def_bool !TILEGX | ||
125 | |||
127 | config 64BIT | 126 | config 64BIT |
128 | depends on TILEGX | 127 | def_bool TILEGX |
129 | def_bool y | ||
130 | 128 | ||
131 | config ARCH_DEFCONFIG | 129 | config ARCH_DEFCONFIG |
132 | string | 130 | string |