From: blogic Date: Thu, 26 Mar 2015 10:57:51 +0000 (+0000) Subject: kernel: cleanup seccomp symbol selection X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=52ce88c8ee8a3ad8833d68d03abaf12f83aaa0f6;hp=7f35379c581f72f19e8970d8cb6b7a8485693c29;p=openwrt-working-2016%2F.git kernel: cleanup seccomp symbol selection Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45005 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 6bf65f5bc0..84711298a6 100644 --- a/config/Config-kernel.in +++ b/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.