diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-25 22:12:32 (GMT) |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 05:30:50 (GMT) |
commit | 652afdc3403cbccb93c7e6db582a1204a9e5e90a (patch) | |
tree | 5b65707e096065ffc3ca8e9ae45f4d166ea4005c /arch/blackfin/Kconfig.debug | |
parent | 64b33a00dc39dceac04dbd7622ab14017e074712 (diff) | |
download | linux-652afdc3403cbccb93c7e6db582a1204a9e5e90a.tar.xz |
Blackfin: move KGDB selection to the way other arches do it
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r-- | arch/blackfin/Kconfig.debug | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index 1460d7b..aec89a5 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug @@ -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 |