Skip to content

Commit

Permalink
arch/tile: mark TILEGX as not EXPERIMENTAL
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cmetcalf-tilera committed May 25, 2012
1 parent 4ce6bea commit acd1a19
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions arch/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,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
Expand Down

0 comments on commit acd1a19

Please sign in to comment.