mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
Blackfin: move KGDB selection to the way other arches do it
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
64b33a00dc
commit
652afdc340
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue