]> git.itanic.dy.fi Git - linux-stable/commit
LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 6 Feb 2024 04:32:05 +0000 (12:32 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Tue, 6 Feb 2024 04:32:05 +0000 (12:32 +0800)
commit6b79ecd084c99b31c8b4d0beda08893716d5558e
tree5a69eb9ad89f73bd2e332af6a7d7f9550558739c
parentb3ff2d9c3a9c64cd0a011cdd407ffc38a6ea8788
LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu

LoongArch missed the refactoring made by commit 282a181b1a0d ("seccomp:
Move config option SECCOMP to arch/Kconfig") because LoongArch was not
mainlined at that time.

The 'depends on PROC_FS' statement is stale as described in that commit.
Select HAVE_ARCH_SECCOMP, and remove the duplicated config entry.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/Kconfig