2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-03 19:24:02 +08:00

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 CONFIG_FTRACE=y