From: Fathi Boudra Date: Mon, 20 Mar 2017 10:18:21 +0000 (+0200) Subject: selftests: ftrace: add CONFIG_KPROBES=y to the config fragment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f13b1731743b6dc132416a81e1d5206a89f67e21;p=linux.git selftests: ftrace: add CONFIG_KPROBES=y to the config fragment ftrace/kprobe tests require kprobes events. Enable kprobes to run these tests. Signed-off-by: Fathi Boudra Tested-by: Naresh Kamboju Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config index ef8214661612f..8a1c9f949fe08 100644 --- a/tools/testing/selftests/ftrace/config +++ b/tools/testing/selftests/ftrace/config @@ -1 +1,2 @@ +CONFIG_KPROBES=y CONFIG_FTRACE=y