Skip to content

Commit d0b93a0

Browse files
committed
selftests: hid: ensures we have the proper requirements in config
DYNAMIC_FTRACE_WITH_DIRECT_CALLS is implicit on x86_64 but is still a WIP on aarm64. Ensure we get it selected to not have any surprises. Signed-off-by: Benjamin Tissoires <[email protected]> Reviewed-by: Jiri Kosina <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4e0b1b0 commit d0b93a0

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/hid

1 file changed

+1
-0
lines changed

tools/testing/selftests/hid/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_BPF_SYSCALL=y
1111
CONFIG_BPF=y
1212
CONFIG_CGROUP_BPF=y
1313
CONFIG_DEBUG_INFO_BTF=y
14+
CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
1415
CONFIG_FPROBE=y
1516
CONFIG_FTRACE_SYSCALLS=y
1617
CONFIG_FUNCTION_TRACER=y

0 commit comments

Comments
 (0)