File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ config PREEMPTIRQ_DELAY_TEST
991991
992992config SYNTH_EVENT_GEN_TEST
993993 tristate "Test module for in-kernel synthetic event generation"
994- depends on SYNTH_EVENTS
994+ depends on SYNTH_EVENTS && m
995995 help
996996 This option creates a test module to check the base
997997 functionality of in-kernel synthetic event definition and
@@ -1004,7 +1004,7 @@ config SYNTH_EVENT_GEN_TEST
10041004
10051005config KPROBE_EVENT_GEN_TEST
10061006 tristate "Test module for in-kernel kprobe event generation"
1007- depends on KPROBE_EVENTS
1007+ depends on KPROBE_EVENTS && m
10081008 help
10091009 This option creates a test module to check the base
10101010 functionality of in-kernel kprobe event definition.
You can’t perform that action at this time.
0 commit comments