bpf, kconfig: Add consolidated menu entry for bpf with core options
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 11 May 2021 20:35:16 +0000 (22:35 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 11 May 2021 20:56:16 +0000 (13:56 -0700)
commitb24abcff918a5cbf44b0c982bd3477a93e8e4911
tree9bf48818376ad328aae70954f61dacabc90ea178
parent04ea3086c4d73da7009de1e84962a904139af219
bpf, kconfig: Add consolidated menu entry for bpf with core options

Right now, all core BPF related options are scattered in different Kconfig
locations mainly due to historic reasons. Moving forward, lets add a proper
subsystem entry under ...

  General setup  --->
    BPF subsystem  --->

... in order to have all knobs in a single location and thus ease BPF related
configuration. Networking related bits such as sockmap are out of scope for
the general setup and therefore better suited to remain in net/Kconfig.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/f23f58765a4d59244ebd8037da7b6a6b2fb58446.1620765074.git.daniel@iogearbox.net
init/Kconfig
kernel/bpf/Kconfig [new file with mode: 0644]
net/Kconfig