]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - samples/Kconfig
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / samples / Kconfig
index b98a763a9b72f096d8b5e18deecba845fb2d3dbc..0561a94f6fdbf8366cf9e8192e11f5da3872366a 100644 (file)
@@ -20,8 +20,7 @@ config SAMPLE_TRACE_PRINTK
         test various trace_printk() calls from a module.
 
 config SAMPLE_KOBJECT
-       tristate "Build kobject examples -- loadable modules only"
-       depends on m
+       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,
@@ -154,10 +153,11 @@ config SAMPLE_ANDROID_BINDERFS
          Builds a sample program to illustrate the use of the Android binderfs
          filesystem.
 
-config SAMPLE_STATX
-       bool "Build example extended-stat using code"
-       depends on BROKEN
+config SAMPLE_VFS
+       bool "Build example programs that use new VFS system calls"
        help
-         Build example userspace program to use the new extended-stat syscall.
+         Build example userspace programs that use new VFS system calls such
+         as mount API and statx().  Note that this is restricted to the x86
+         arch whilst it accesses system calls that aren't yet in all arches.
 
 endif # SAMPLES