]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - samples/Kconfig
kdb: Add kdb kernel module sample
[net-next-2.6.git] / samples / Kconfig
index 954a1d550c5f04cf4e344c1dc5e47b8708d044d8..e03cf0e374d7e85e72ec93f8ae23e1d5cb480544 100644 (file)
@@ -54,4 +54,11 @@ config SAMPLE_KFIFO
 
          If in doubt, say "N" here.
 
+config SAMPLE_KDB
+       tristate "Build kdb command exmaple -- loadable modules only"
+       depends on KGDB_KDB && m
+       help
+         Build an example of how to dynamically add the hello
+         command to the kdb shell.
+
 endif # SAMPLES