diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2021-10-11 09:19:09 +0800 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2021-10-11 15:29:37 +0200 |
commit | 307d149d9435e5514268d6020d430245813d82cc (patch) | |
tree | c295acdbad77070a95fdb731ac74e745510a906d /arch/mips/Kconfig | |
parent | 5319255b8df9271474bc9027cabf82253934f28d (diff) | |
download | lwn-307d149d9435e5514268d6020d430245813d82cc.tar.gz lwn-307d149d9435e5514268d6020d430245813d82cc.zip |
bpf, mips: Clean up config options about JIT
The config options MIPS_CBPF_JIT and MIPS_EBPF_JIT are useless, remove
them in arch/mips/Kconfig, and then modify arch/mips/net/Makefile.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
Link: https://lore.kernel.org/bpf/1633915150-13220-2-git-send-email-yangtiezhu@loongson.cn
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 38468f47aa5e..9b03c789cb27 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1214,15 +1214,6 @@ config SYS_SUPPORTS_RELOCATABLE The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF to allow access to command line and entropy sources. -config MIPS_CBPF_JIT - def_bool y - depends on BPF_JIT && HAVE_CBPF_JIT - -config MIPS_EBPF_JIT - def_bool y - depends on BPF_JIT && HAVE_EBPF_JIT - - # # Endianness selection. Sufficiently obscure so many users don't know what to # answer,so we try hard to limit the available choices. Also the use of a |