diff options
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r-- | config/Config-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index a0d9472dcb..6bf65f5bc0 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -518,7 +518,7 @@ endif config KERNEL_SECCOMP bool "Enable seccomp support" - depends on !(TARGET_uml || TARGET_avr32) + depends on !(TARGET_uml) default n help Build kernel with support for seccomp. |