summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorAllen Pais <allen.pais@oracle.com>2016-10-13 10:06:13 +0530
committerDavid S. Miller <davem@davemloft.net>2016-12-11 18:01:51 -0800
commite8f4aa6087fa80732382881ef7c0c96733bb1984 (patch)
tree5a1848f14f63641d6d866a1596eddb99c554f21d /arch/Kconfig
parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)
sparc64:Support User Probes for sparc
Signed-off-by: Eric Saint Etienne <eric.saint.etienne@oracle.com> Signed-off-by: Allen Pais <allen.pais@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 659bdd079277..44a44b49eb3a 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -96,6 +96,7 @@ config KPROBES_ON_FTRACE
config UPROBES
def_bool n
+ depends on ARCH_SUPPORTS_UPROBES
help
Uprobes is the user-space counterpart to kprobes: they
enable instrumentation applications (such as 'perf probe')