X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=samples%2FKconfig;h=e03cf0e374d7e85e72ec93f8ae23e1d5cb480544;hb=4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea;hp=954a1d550c5f04cf4e344c1dc5e47b8708d044d8;hpb=12ba8d1e9262ce81a695795410bd9ee5c9407ba1;p=net-next-2.6.git diff --git a/samples/Kconfig b/samples/Kconfig index 954a1d550c5..e03cf0e374d 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -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