diff mbox series

[2/3] selftests: ftrace: add CONFIG_KPROBES=y to the config fragment

Message ID 20170320101822.28238-3-fathi.boudra@linaro.org
State New
Headers show
Series selftests: config fragments update | expand

Commit Message

Fathi Boudra March 20, 2017, 10:18 a.m. UTC
ftrace/kprobe tests require kprobes events. Enable kprobes to run these
tests.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>

---
 tools/testing/selftests/ftrace/config | 1 +
 1 file changed, 1 insertion(+)

-- 
2.11.0
diff mbox series

Patch

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