Commit 652afdc3 authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: move KGDB selection to the way other arches do it

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 64b33a00
...@@ -23,6 +23,7 @@ config RWSEM_XCHGADD_ALGORITHM ...@@ -23,6 +23,7 @@ config RWSEM_XCHGADD_ALGORITHM
config BLACKFIN config BLACKFIN
def_bool y def_bool y
select HAVE_ARCH_KGDB
select HAVE_FUNCTION_GRAPH_TRACER select HAVE_FUNCTION_GRAPH_TRACER
select HAVE_FUNCTION_TRACER select HAVE_FUNCTION_TRACER
select HAVE_FUNCTION_TRACE_MCOUNT_TEST select HAVE_FUNCTION_TRACE_MCOUNT_TEST
......
...@@ -18,9 +18,6 @@ config DEBUG_STACK_USAGE ...@@ -18,9 +18,6 @@ config DEBUG_STACK_USAGE
This option will slow down process creation somewhat. This option will slow down process creation somewhat.
config HAVE_ARCH_KGDB
def_bool y
config DEBUG_VERBOSE config DEBUG_VERBOSE
bool "Verbose fault messages" bool "Verbose fault messages"
default y default y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment