kernel: cleanup seccomp symbol selection

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 45005
This commit is contained in:
John Crispin 2015-03-26 10:57:51 +00:00
parent 384eb8ce7d
commit 006f8c9446
1 changed files with 5 additions and 7 deletions

View File

@ -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.