summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/Config-kernel.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index a0bd13e49c..34e07bd8ab 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -481,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