diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 4f55c736be11..284f5898f526 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -65,6 +65,17 @@ config OPTPROBES | |||
65 | depends on KPROBES && HAVE_OPTPROBES | 65 | depends on KPROBES && HAVE_OPTPROBES |
66 | depends on !PREEMPT | 66 | depends on !PREEMPT |
67 | 67 | ||
68 | config UPROBES | ||
69 | bool "User-space probes (EXPERIMENTAL)" | ||
70 | depends on ARCH_SUPPORTS_UPROBES | ||
71 | default n | ||
72 | help | ||
73 | Uprobes enables kernel subsystems to establish probepoints | ||
74 | in user applications and execute handler functions when | ||
75 | the probepoints are hit. | ||
76 | |||
77 | If in doubt, say "N". | ||
78 | |||
68 | config HAVE_EFFICIENT_UNALIGNED_ACCESS | 79 | config HAVE_EFFICIENT_UNALIGNED_ACCESS |
69 | bool | 80 | bool |
70 | help | 81 | help |