projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775800b
)
riscv: add HAVE_SYSCALL_TRACEPOINTS to Kconfig
author
David Abdurachmanov
<david.abdurachmanov@gmail.com>
Thu, 6 Dec 2018 15:26:35 +0000
(16:26 +0100)
committer
Palmer Dabbelt
<palmer@sifive.com>
Mon, 7 Jan 2019 16:22:44 +0000
(08:22 -0800)
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 <david.abdurachmanov@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/Kconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig
b/arch/riscv/Kconfig
index 38787c48d76c41edd64e92c30ce8ffb0ecccb6df..0ae078655c1b0c8fe1beb89c87edd31c7459ffb7 100644
(file)
--- a/
arch/riscv/Kconfig
+++ b/
arch/riscv/Kconfig
@@
-34,6
+34,7
@@
config RISCV
select HAVE_FUTEX_CMPXCHG if FUTEX
select HAVE_GENERIC_DMA_COHERENT
select HAVE_PERF_EVENTS
+ select HAVE_SYSCALL_TRACEPOINTS
select IRQ_DOMAIN
select RISCV_ISA_A if SMP
select SPARSE_IRQ