diff options
Diffstat (limited to 'lib/Kconfig.kgdb')
-rw-r--r-- | lib/Kconfig.kgdb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb index 9631ba3baaf3..aaabcddcda5a 100644 --- a/lib/Kconfig.kgdb +++ b/lib/Kconfig.kgdb | |||
@@ -25,3 +25,16 @@ config KGDB_SERIAL_CONSOLE | |||
25 | help | 25 | help |
26 | Share a serial console with kgdb. Sysrq-g must be used | 26 | Share a serial console with kgdb. Sysrq-g must be used |
27 | to break in initially. | 27 | to break in initially. |
28 | |||
29 | config KGDB_TESTS | ||
30 | bool "KGDB: internal test suite" | ||
31 | depends on KGDB | ||
32 | default n | ||
33 | help | ||
34 | This is a kgdb I/O module specifically designed to test | ||
35 | kgdb's internal functions. This kgdb I/O module is | ||
36 | intended to for the development of new kgdb stubs | ||
37 | as well as regression testing the kgdb internals. | ||
38 | See the drivers/misc/kgdbts.c for the details about | ||
39 | the tests. The most basic of this I/O module is to boot | ||
40 | a kernel boot arguments "kgdbwait kgdbts=V1F100" | ||