We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a7eef commit 3572bd5Copy full SHA for 3572bd5
kernel/trace/Kconfig
@@ -1136,7 +1136,7 @@ config PREEMPTIRQ_DELAY_TEST
1136
1137
config SYNTH_EVENT_GEN_TEST
1138
tristate "Test module for in-kernel synthetic event generation"
1139
- depends on SYNTH_EVENTS
+ depends on SYNTH_EVENTS && m
1140
help
1141
This option creates a test module to check the base
1142
functionality of in-kernel synthetic event definition and
@@ -1149,7 +1149,7 @@ config SYNTH_EVENT_GEN_TEST
1149
1150
config KPROBE_EVENT_GEN_TEST
1151
tristate "Test module for in-kernel kprobe event generation"
1152
- depends on KPROBE_EVENTS
+ depends on KPROBE_EVENTS && m
1153
1154
1155
functionality of in-kernel kprobe event definition.
0 commit comments