kernel: enable open by fhandle syscalls
[openwrt/svn-archive/archive.git] / config / Config-kernel.in
index db633c15a55991500c52ac18c171a398c84095ef..34e07bd8ab7d156cad3b1a5413fb5ccb9d5cebfd 100644 (file)
@@ -46,6 +46,7 @@ config KERNEL_KALLSYMS
 
 config KERNEL_FTRACE
        bool "Compile the kernel with tracing support"
+       depends on !TARGET_uml
        default n
 
 config KERNEL_FTRACE_SYSCALLS
@@ -480,3 +481,9 @@ config KERNEL_SECCOMP_FILTER
                default n
                help
                  Build kernel with support for seccomp BPF programs.
+
+config KERNEL_FHANDLE
+       bool "Enable open by fhandle syscalls"
+               default n
+               help
+                 Build kernel with support for open by fhandle syscalls