selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=y
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 5 Dec 2022 13:16:18 +0000 (14:16 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 7 Dec 2022 00:33:16 +0000 (16:33 -0800)
commitd0c0b48c87274b7735f8c930a7c0d783fb46cfe9
treec13c50bdaa33a69432601f7822642dddc32648bf
parentefe7fadbd59ec4513272c722403226e47321311b
selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=y

CONFIG_TEST_BPF can only be a module, so let's indicate it as such in
the selftests config.

Signed-off-by: Daan De Meyer <daan.j.demeyer@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20221205131618.1524337-4-daan.j.demeyer@gmail.com
tools/testing/selftests/bpf/config