UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / samples / Kconfig
index 17d64ba..e03cf0e 100644 (file)
@@ -1,5 +1,3 @@
-# samples/Kconfig
-
 menuconfig SAMPLES
        bool "Sample kernel code"
        help
@@ -7,12 +5,6 @@ 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_TRACEPOINTS
        tristate "Build tracepoints examples -- loadable modules only"
        depends on TRACEPOINTS && m
@@ -52,5 +44,21 @@ config SAMPLE_HW_BREAKPOINT
        help
          This builds kernel hardware breakpoint example modules.
 
-endif # SAMPLES
+config SAMPLE_KFIFO
+       tristate "Build kfifo examples -- loadable modules only"
+       depends on m
+       help
+         This config option will allow you to build a number of
+         different kfifo sample modules showing how to use the
+         generic kfifo API.
+
+         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