瀏覽代碼

kernel: cleanup seccomp symbol selection

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 45005
John Crispin 10 年之前
父節點
當前提交
006f8c9446
共有 1 個文件被更改,包括 5 次插入7 次删除
  1. 5 7
      config/Config-kernel.in

+ 5 - 7
config/Config-kernel.in

@@ -516,16 +516,14 @@ if KERNEL_LXC_MISC
 
 endif
 
+config KERNEL_SECCOMP_FILTER
+	bool
+	default n
+
 config KERNEL_SECCOMP
 	bool "Enable seccomp support"
 		depends on !(TARGET_uml)
+		select KERNEL_SECCOMP_FILTER
 		default n
 		help
 		  Build kernel with support for seccomp.
-
-config KERNEL_SECCOMP_FILTER
-	bool "Enable seccomp filter support"
-		depends on KERNEL_SECCOMP
-		default n
-		help
-		  Build kernel with support for seccomp BPF programs.