X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=84711298a61b2a497ffc3388e5e0228c2fb2671d;hb=56d3c5c6b86d7bc926408e2907a55a0ed698a181;hp=a0d9472dcbb9a981497afa39de3e5aa9037936f0;hpb=a8e209c8cf39812e54364191c5636c5c9b7130cc;p=openwrt.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index a0d9472dcb..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 || TARGET_avr32) + 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.