diff options
author | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-27 12:36:58 +0100 |
---|---|---|
committer | Jon Medhurst <tixy@yxit.co.uk> | 2011-09-20 18:17:42 +0000 |
commit | 4189bc71ff2cd3c1920b69a01f6796caf3f1edb3 (patch) | |
tree | e99982bcfecbb24881db5833d0cf512736a9459b | |
parent | b6fd41e29dea9c6753b1843a77e50433e6123bcb (diff) | |
download | talos-obmc-linux-4189bc71ff2cd3c1920b69a01f6796caf3f1edb3.tar.gz talos-obmc-linux-4189bc71ff2cd3c1920b69a01f6796caf3f1edb3.zip |
ARM: kprobes: Add config option for selecting the ARM kprobes tests
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
-rw-r--r-- | arch/arm/Kconfig.debug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 81cbe40c159c..be3a0f78d915 100644 --- 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 |