X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=samples%2FKconfig;h=e03cf0e374d7e85e72ec93f8ae23e1d5cb480544;hb=1792f17b7210280a3d7ff29da9614ba779cfcedb;hp=954a1d550c5f04cf4e344c1dc5e47b8708d044d8;hpb=d1b113bb028999e82a8528e1484be8c23fb5a7d9;p=karo-tx-linux.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