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>
This commit is contained in:
parent
4ce6bea220
commit
acd1a19e00
1 changed files with 4 additions and 6 deletions
|
@ -117,16 +117,14 @@ config HVC_TILE
|
||||||
select HVC_DRIVER
|
select HVC_DRIVER
|
||||||
def_bool y
|
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
|
config TILEGX
|
||||||
depends on EXPERIMENTAL
|
|
||||||
bool "Building with TILE-Gx (64-bit) compiler and toolchain"
|
bool "Building with TILE-Gx (64-bit) compiler and toolchain"
|
||||||
|
|
||||||
|
config TILEPRO
|
||||||
|
def_bool !TILEGX
|
||||||
|
|
||||||
config 64BIT
|
config 64BIT
|
||||||
depends on TILEGX
|
def_bool TILEGX
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config ARCH_DEFCONFIG
|
config ARCH_DEFCONFIG
|
||||||
string
|
string
|
||||||
|
|
Loading…
Add table
Reference in a new issue