Skip to content

Commit 5aeb1b3

Browse files
davidltpalmer-dabbelt
authored andcommitted
riscv: add HAVE_SYSCALL_TRACEPOINTS to Kconfig
I looked into Documentation/trace/ftrace-design.rst and, I think, we check all the boxes needed for HAVE_SYSCALL_TRACEPOINTS. Signed-off-by: David Abdurachmanov <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 775800b commit 5aeb1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ config RISCV
3434
select HAVE_FUTEX_CMPXCHG if FUTEX
3535
select HAVE_GENERIC_DMA_COHERENT
3636
select HAVE_PERF_EVENTS
37+
select HAVE_SYSCALL_TRACEPOINTS
3738
select IRQ_DOMAIN
3839
select RISCV_ISA_A if SMP
3940
select SPARSE_IRQ

0 commit comments

Comments
 (0)