diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/Kconfig | 1 | ||||
-rw-r--r-- | arch/blackfin/Kconfig.debug | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 3123aa49ff79..ed339b83f5af 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -23,6 +23,7 @@ config RWSEM_XCHGADD_ALGORITHM | |||
23 | 23 | ||
24 | config BLACKFIN | 24 | config BLACKFIN |
25 | def_bool y | 25 | def_bool y |
26 | select HAVE_ARCH_KGDB | ||
26 | select HAVE_FUNCTION_GRAPH_TRACER | 27 | select HAVE_FUNCTION_GRAPH_TRACER |
27 | select HAVE_FUNCTION_TRACER | 28 | select HAVE_FUNCTION_TRACER |
28 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST | 29 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST |
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index 1460d7b5edc1..aec89a5280b2 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug | |||
@@ -18,9 +18,6 @@ config DEBUG_STACK_USAGE | |||
18 | 18 | ||
19 | This option will slow down process creation somewhat. | 19 | This option will slow down process creation somewhat. |
20 | 20 | ||
21 | config HAVE_ARCH_KGDB | ||
22 | def_bool y | ||
23 | |||
24 | config DEBUG_VERBOSE | 21 | config DEBUG_VERBOSE |
25 | bool "Verbose fault messages" | 22 | bool "Verbose fault messages" |
26 | default y | 23 | default y |