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-Tag: v4.12-rc1~62^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f13b1731743b6dc132416a81e1d5206a89f67e21;p=karo-tx-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 ef8214661612..8a1c9f949fe0 100644 --- a/tools/testing/selftests/ftrace/config +++ b/tools/testing/selftests/ftrace/config @@ -1 +1,2 @@ +CONFIG_KPROBES=y CONFIG_FTRACE=y