X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Ftile%2FKconfig;h=775db82afd3fc7d0d153bbf3550699ee182582a3;hb=41dd496c8d9f622efff2c3b92ee308e13f58f639;hp=a07e31b50d3f783e92ee1ccfab11293308d40472;hpb=8d582b94291b40dbb5961f99172ee8ebfafd4c9c;p=cascardo%2Flinux.git diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index a07e31b50d3f..775db82afd3f 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -24,10 +24,13 @@ config TILE select MODULES_USE_ELF_RELA select HAVE_ARCH_TRACEHOOK select HAVE_SYSCALL_TRACEPOINTS + select USER_STACKTRACE_SUPPORT select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select HAVE_DEBUG_STACKOVERFLOW select ARCH_WANT_FRAME_POINTERS select HAVE_CONTEXT_TRACKING + select GENERIC_STRNCPY_FROM_USER + select GENERIC_STRNLEN_USER # FIXME: investigate whether we need/want these options. # select HAVE_IOREMAP_PROT @@ -124,8 +127,10 @@ config HVC_TILE select HVC_IRQ if TILEGX def_bool y +# Building with ARCH=tilegx (or ARCH=tile) implies using the +# 64-bit TILE-Gx toolchain, so force CONFIG_TILEGX on. config TILEGX - bool "Building for TILE-Gx (64-bit) processor" + def_bool ARCH != "tilepro" select SPARSE_IRQ select GENERIC_IRQ_LEGACY_ALLOC_HWIRQ select HAVE_FUNCTION_TRACER