Blackfin arch: merge kgdb test code using common CONFIG_KGDB_TESTS

[Grace Pan <grace.pan@analog.com>: Add case for kgdb test in l1 and l2]

Signed-off-by: Grace Pan <grace.pan@analog.com>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Mike Frysinger
2009-01-07 23:14:39 +08:00
committed by Bryan Wu
parent dbdf20db53
commit 459249aa2d
3 changed files with 131 additions and 1 deletions

View File

@@ -19,7 +19,13 @@ config DEBUG_STACK_USAGE
This option will slow down process creation somewhat.
config HAVE_ARCH_KGDB
def_bool y
def_bool y
config KGDB_TESTCASE
tristate "KGDB: for test case in expect"
default n
help
This is a kgdb test case for automated testing.
config DEBUG_VERBOSE
bool "Verbose fault messages"