X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=samples%2FKconfig;h=e1fb471cc50182e5e907bef3caa566f8ede7e6d4;hb=804defea1c020d5c52985685e56986f1a399acde;hp=b46b4cf4382fe8b1f7044623e637352d5c230ae9;hpb=267c4025f2e198a4e551556a6db31a554ca51814;p=safe%2Fjmp%2Flinux-2.6 diff --git a/samples/Kconfig b/samples/Kconfig index b46b4cf..e1fb471 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -7,5 +7,31 @@ menuconfig SAMPLES if SAMPLES +config SAMPLE_MARKERS + tristate "Build markers examples -- loadable modules only" + depends on MARKERS && m + help + This build markers example modules. + +config SAMPLE_KOBJECT + tristate "Build kobject examples" + help + This config option will allow you to build a number of + different kobject sample modules showing how to use kobjects, + ksets, and ktypes properly. + + If in doubt, say "N" here. + +config SAMPLE_KPROBES + tristate "Build kprobes examples -- loadable modules only" + depends on KPROBES && m + help + This build several kprobes example modules. + +config SAMPLE_KRETPROBES + tristate "Build kretprobes example -- loadable modules only" + default m + depends on SAMPLE_KPROBES && KRETPROBES endif # SAMPLES +