]> 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 30a89425009c9b1c47c5ef3012828ce7fc9ccfa9..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,
@@ -103,8 +102,8 @@ config SAMPLE_CONNECTOR
          See also Documentation/connector/connector.txt
 
 config SAMPLE_SECCOMP
-       tristate "Build seccomp sample code -- loadable modules only"
-       depends on SECCOMP_FILTER && m
+       bool "Build seccomp sample code"
+       depends on SECCOMP_FILTER
        help
          Build samples of seccomp filters using various methods of
          BPF filter construction.