]> err.no Git - linux-2.6/blobdiff - samples/Kconfig
[AX25] ax25_out: check skb for NULL in ax25_kick()
[linux-2.6] / samples / Kconfig
index b46b4cf4382fe8b1f7044623e637352d5c230ae9..74d97cc247872216fc179bf5fdce5b0b9c2cd671 100644 (file)
@@ -7,5 +7,20 @@ 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.
 
 endif # SAMPLES
+