diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 423ca319a5f8..d1b7bdfb8f8e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1623,7 +1623,7 @@ config TEST_USER_COPY | |||
1623 | config TEST_BPF | 1623 | config TEST_BPF |
1624 | tristate "Test BPF filter functionality" | 1624 | tristate "Test BPF filter functionality" |
1625 | default n | 1625 | default n |
1626 | depends on m | 1626 | depends on m && NET |
1627 | help | 1627 | help |
1628 | This builds the "test_bpf" module that runs various test vectors | 1628 | This builds the "test_bpf" module that runs various test vectors |
1629 | against the BPF interpreter or BPF JIT compiler depending on the | 1629 | against the BPF interpreter or BPF JIT compiler depending on the |