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 <fathi.boudra@linaro.org>
Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
This commit is contained in:
Fathi Boudra 2017-03-20 12:18:21 +02:00 committed by Shuah Khan
parent 36adc0000d
commit f13b173174

View file

@ -1 +1,2 @@
CONFIG_KPROBES=y
CONFIG_FTRACE=y