X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=samples%2FKconfig;fp=samples%2FKconfig;h=e03cf0e374d7e85e72ec93f8ae23e1d5cb480544;hp=954a1d550c5f04cf4e344c1dc5e47b8708d044d8;hb=4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea;hpb=12ba8d1e9262ce81a695795410bd9ee5c9407ba1 diff --git a/samples/Kconfig b/samples/Kconfig index 954a1d550c5f..e03cf0e374d7 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