diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 1e3aeccd7322..410b9d185739 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1772,7 +1772,7 @@ config KEXEC | |||
1772 | 1772 | ||
1773 | config SECCOMP | 1773 | config SECCOMP |
1774 | bool "Enable seccomp to safely compute untrusted bytecode" | 1774 | bool "Enable seccomp to safely compute untrusted bytecode" |
1775 | depends on PROC_FS && BROKEN | 1775 | depends on PROC_FS |
1776 | default y | 1776 | default y |
1777 | help | 1777 | help |
1778 | This kernel feature is useful for number crunching applications | 1778 | This kernel feature is useful for number crunching applications |