bcache: register_bcache(): call blkdev_put() when cache_alloc() fails
[linux-2.6-block.git] / samples / Kconfig
index 27a24571e96cbb456f219d7e24f1c7e5c787410f..85c405fcccb0cb08ec59efa262961e08bb3389f1 100644 (file)
@@ -92,4 +92,11 @@ config SAMPLE_CONNECTOR
          with it.
          See also Documentation/connector/connector.txt
 
+config SAMPLE_SECCOMP
+       tristate "Build seccomp sample code -- loadable modules only"
+       depends on SECCOMP_FILTER && m
+       help
+         Build samples of seccomp filters using various methods of
+         BPF filter construction.
+
 endif # SAMPLES