[PATCH 01/10] ARM: kprobes: Add config option for selecting the ARM kprobes tests
From: nico@fluxnic.net (Nicolas Pitre)
Date: 2011-08-29 18:44:29
From: nico@fluxnic.net (Nicolas Pitre)
Date: 2011-08-29 18:44:29
On Mon, 29 Aug 2011, Tixy wrote:
From: Jon Medhurst <redacted> Signed-off-by: Jon Medhurst <redacted> --- arch/arm/Kconfig.debug | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 81cbe40..8f95417 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug@@ -129,4 +129,14 @@ config DEBUG_S3C_UART The uncompressor code port configuration is now handled by CONFIG_S3C_LOWLEVEL_UART_PORT. +config ARM_KPROBES_TESTS + bool + +config ARM_KPROBES_TEST_MODULE + tristate "Kprobes test module" + depends on KPROBES && MODULES + select ARM_KPROBES_TESTS + help + "Perform tests of kprobes API and instruction set simulation" +
Why do you need two config symbols here? Isn't ARM_KPROBES_TEST_MODULE redundant? Nicolas