diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 472cb87c7..96aaed768 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -650,13 +650,13 @@ config KERNEL_POSIX_MQUEUE config KERNEL_SECCOMP_FILTER bool - default y if !SMALL_FLASH + default n config KERNEL_SECCOMP bool "Enable seccomp support" depends on !(TARGET_uml) select KERNEL_SECCOMP_FILTER - default y if !SMALL_FLASH + default n help Build kernel with support for seccomp.