projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6fd41e
)
ARM: kprobes: Add config option for selecting the ARM kprobes tests
author
Jon Medhurst
<tixy@yxit.co.uk>
Sat, 27 Aug 2011 11:36:58 +0000
(12:36 +0100)
committer
Jon Medhurst
<tixy@yxit.co.uk>
Tue, 20 Sep 2011 18:17:42 +0000
(18:17 +0000)
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig.debug
b/arch/arm/Kconfig.debug
index 81cbe40c159c63c20968d224f960d3d353509946..be3a0f78d915653f31aaacd5d899ce6bf0dcd739 100644
(file)
--- a/
arch/arm/Kconfig.debug
+++ b/
arch/arm/Kconfig.debug
@@
-129,4
+129,10
@@
config DEBUG_S3C_UART
The uncompressor code port configuration is now handled
by CONFIG_S3C_LOWLEVEL_UART_PORT.
+config ARM_KPROBES_TEST
+ tristate "Kprobes test module"
+ depends on KPROBES && MODULES
+ help
+ Perform tests of kprobes API and instruction set simulation.
+
endmenu