Skip to content

Commit

Permalink
Blackfin: move KGDB selection to the way other arches do it
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Mar 9, 2010
1 parent 64b33a0 commit 652afdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ config RWSEM_XCHGADD_ALGORITHM

config BLACKFIN
def_bool y
select HAVE_ARCH_KGDB
select HAVE_FUNCTION_GRAPH_TRACER
select HAVE_FUNCTION_TRACER
select HAVE_FUNCTION_TRACE_MCOUNT_TEST
Expand Down
3 changes: 0 additions & 3 deletions arch/blackfin/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ config DEBUG_STACK_USAGE

This option will slow down process creation somewhat.

config HAVE_ARCH_KGDB
def_bool y

config DEBUG_VERBOSE
bool "Verbose fault messages"
default y
Expand Down

0 comments on commit 652afdc

Please sign in to comment.