diff options
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
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 | |||
54 | 54 | ||
55 | If in doubt, say "N" here. | 55 | If in doubt, say "N" here. |
56 | 56 | ||
57 | config SAMPLE_KDB | ||
58 | tristate "Build kdb command exmaple -- loadable modules only" | ||
59 | depends on KGDB_KDB && m | ||
60 | help | ||
61 | Build an example of how to dynamically add the hello | ||
62 | command to the kdb shell. | ||
63 | |||
57 | endif # SAMPLES | 64 | endif # SAMPLES |