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
991
991
992
992
config SYNTH_EVENT_GEN_TEST
993
993
tristate "Test module for in-kernel synthetic event generation"
994
- depends on SYNTH_EVENTS
994
+ depends on SYNTH_EVENTS && m
995
995
help
996
996
This option creates a test module to check the base
997
997
functionality of in-kernel synthetic event definition and
@@ -1004,7 +1004,7 @@ config SYNTH_EVENT_GEN_TEST
1004
1004
1005
1005
config KPROBE_EVENT_GEN_TEST
1006
1006
tristate "Test module for in-kernel kprobe event generation"
1007
- depends on KPROBE_EVENTS
1007
+ depends on KPROBE_EVENTS && m
1008
1008
help
1009
1009
This option creates a test module to check the base
1010
1010
functionality of in-kernel kprobe event definition.
You can’t perform that action at this time.
0 commit comments