CONFIG_HAVE_ARCH_SECCOMP (not configurable)

configname: CONFIG_HAVE_ARCH_SECCOMP

Linux Kernel Configuration
└─>General architecture-dependent options
└─>HAVE_ARCH_SECCOMP
In linux kernel since version 5.1 (release Date: 2019-05-05)  
An arch should select this symbol to support seccomp mode 1 (the fixed
syscall policy), and must provide an overrides for __NR_seccomp_sigreturn,
and compat syscalls if the asm-generic/seccomp.h defaults need adjustment:
- __NR_seccomp_read_32
- __NR_seccomp_write_32
- __NR_seccomp_exit_32
- __NR_seccomp_sigreturn_32