Title: [5916] trunk: [#2443] Add in the kgdb test config.
Revision
5916
Author
grace
Date
2008-12-28 21:53:04 -0600 (Sun, 28 Dec 2008)

Log Message

[#2443] Add in the kgdb test config.

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/Makefile (5915 => 5916)


--- trunk/arch/blackfin/kernel/Makefile	2008-12-28 22:43:23 UTC (rev 5915)
+++ trunk/arch/blackfin/kernel/Makefile	2008-12-29 03:53:04 UTC (rev 5916)
@@ -21,6 +21,6 @@
 obj-$(CONFIG_CPLB_INFO)              += cplbinfo.o
 obj-$(CONFIG_MODULES)                += module.o
 obj-$(CONFIG_KGDB)                   += kgdb.o
-obj-$(CONFIG_KGDB_TESTS)             += kgdb_test.o
+obj-$(CONFIG_KGDB_TESTCASE)          += kgdb_test.o
 obj-$(CONFIG_EARLY_PRINTK)           += early_printk.o
 obj-$(CONFIG_DEBUG_MMRS)             += debug-mmrs.o

Modified: trunk/lib/Kconfig.kgdb (5915 => 5916)


--- trunk/lib/Kconfig.kgdb	2008-12-28 22:43:23 UTC (rev 5915)
+++ trunk/lib/Kconfig.kgdb	2008-12-29 03:53:04 UTC (rev 5916)
@@ -27,6 +27,12 @@
 	  Share a serial console with kgdb. Sysrq-g must be used
 	  to break in initially.
 
+config KGDB_TESTCASE
+       tristate "KGDB: for test case in expect"
+       default n
+       help
+         This is a kgdb test case for automated testing.
+
 config KGDB_TESTS
 	bool "KGDB: internal test suite"
 	default n
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to