]> www.infradead.org Git - users/dwmw2/linux.git/commit
bpf: Merge two CONFIG_BPF entries
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 4 Feb 2024 07:56:34 +0000 (16:56 +0900)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 8 Feb 2024 00:38:20 +0000 (16:38 -0800)
commite55dad12abe42383b68ba88212eb3d0fba0e9820
tree95060d8656e08791594f03f7a6f9897238a7dc0f
parentba6a6abb3bfa8377bcf386a11077c0533909f9e8
bpf: Merge two CONFIG_BPF entries

'config BPF' exists in both init/Kconfig and kernel/bpf/Kconfig.

Commit b24abcff918a ("bpf, kconfig: Add consolidated menu entry for bpf
with core options") added the second one to kernel/bpf/Kconfig instead
of moving the existing one.

Merge them together.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/bpf/20240204075634.32969-1-masahiroy@kernel.org
init/Kconfig
kernel/bpf/Kconfig