Add sample notification program
[sfrench/cifs-2.6.git] / samples / Kconfig
index 9d236c346de506dfcf65cba58dbec3507659bc18..5c31971a5745c8339fd4bd925232918f1ba087bf 100644 (file)
@@ -190,5 +190,11 @@ config SAMPLE_INTEL_MEI
        help
          Build a sample program to work with mei device.
 
+config SAMPLE_WATCH_QUEUE
+       bool "Build example /dev/watch_queue notification consumer"
+       depends on HEADERS_INSTALL
+       help
+         Build example userspace program to use the new mount_notify(),
+         sb_notify() syscalls and the KEYCTL_WATCH_KEY keyctl() function.
 
 endif # SAMPLES