OSDN Git Service

metag: Fix METAG Kconfig symbol select ordering
authorJames Hogan <james.hogan@imgtec.com>
Thu, 16 Jan 2014 08:39:24 +0000 (08:39 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Tue, 18 Mar 2014 10:22:57 +0000 (10:22 +0000)
Commit d1a1dc0be866 (consolidate per-arch stack overflow debugging
options) broke the ordering of the selects in arch/metag/Kconfig by
adding select HAVE_DEBUG_STACKOVERFLOW at the end. Move it to the right
place.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/Kconfig

index e56abd2..b1d3c9c 100644 (file)
@@ -9,6 +9,7 @@ config METAG
        select HAVE_ARCH_TRACEHOOK
        select HAVE_C_RECORDMCOUNT
        select HAVE_DEBUG_KMEMLEAK
+       select HAVE_DEBUG_STACKOVERFLOW
        select HAVE_DYNAMIC_FTRACE
        select HAVE_FTRACE_MCOUNT_RECORD
        select HAVE_FUNCTION_TRACER
@@ -29,7 +30,6 @@ config METAG
        select OF
        select OF_EARLY_FLATTREE
        select SPARSE_IRQ
-       select HAVE_DEBUG_STACKOVERFLOW
 
 config STACKTRACE_SUPPORT
        def_bool y