diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:23:28 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:23:28 -0400 |
commit | 929f58aeeb46f964d9468ce1addd993f5d92b11d (patch) | |
tree | 95355731bd4d21d221cdc2a5ab073244ff76db65 /arch/arm/Kconfig.debug | |
parent | fcd467137ea2da46ffe5cbfdb42e8a2b35f13dad (diff) | |
parent | a26bce1220a4c5a7a074a779e6aad3cae63a94f7 (diff) |
Merge branch 'depends/rmk/devel-stable' into imx/imx6q
Diffstat (limited to 'arch/arm/Kconfig.debug')
-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 b3dc1fa30848..0887801c324f 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -158,4 +158,10 @@ config DEBUG_S3C_UART | |||
158 | The uncompressor code port configuration is now handled | 158 | The uncompressor code port configuration is now handled |
159 | by CONFIG_S3C_LOWLEVEL_UART_PORT. | 159 | by CONFIG_S3C_LOWLEVEL_UART_PORT. |
160 | 160 | ||
161 | config ARM_KPROBES_TEST | ||
162 | tristate "Kprobes test module" | ||
163 | depends on KPROBES && MODULES | ||
164 | help | ||
165 | Perform tests of kprobes API and instruction set simulation. | ||
166 | |||
161 | endmenu | 167 | endmenu |