X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=samples%2FKconfig;h=e03cf0e374d7e85e72ec93f8ae23e1d5cb480544;hb=4e1db5e58af8bc6ab4a651df279add41c48d3fc2;hp=954a1d550c5f04cf4e344c1dc5e47b8708d044d8;hpb=ce7db282a3830f57f5b05ec48288c23a5c4d66d5;p=pandora-kernel.git 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