Skip to content

Commit

Permalink
arch/tile/Kconfig: rename tile_defconfig to tilepro_defconfig
Browse files Browse the repository at this point in the history
We switched to using "tilepro" for the 32-bit stuff a while ago,
but missed this one usage.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent 8d69514 commit 3d1e8a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ config ARCH_PHYS_ADDR_T_64BIT
config ARCH_DMA_ADDR_T_64BIT
def_bool y

config NEED_DMA_MAP_STATE
def_bool y

config LOCKDEP_SUPPORT
def_bool y

Expand Down Expand Up @@ -118,7 +121,7 @@ config 64BIT

config ARCH_DEFCONFIG
string
default "arch/tile/configs/tile_defconfig" if !TILEGX
default "arch/tile/configs/tilepro_defconfig" if !TILEGX
default "arch/tile/configs/tilegx_defconfig" if TILEGX

source "init/Kconfig"
Expand Down

0 comments on commit 3d1e8a8

Please sign in to comment.