diff options
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index a7d24e692bab..dc5893903363 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -57,6 +57,11 @@ config KGDB | |||
57 | debugger. See <http://kgdb.sourceforge.net/> for more information. | 57 | debugger. See <http://kgdb.sourceforge.net/> for more information. |
58 | Unless you are intending to debug the kernel, say N here. | 58 | Unless you are intending to debug the kernel, say N here. |
59 | 59 | ||
60 | config CODE_PATCHING_SELFTEST | ||
61 | bool "Run self-tests of the code-patching code." | ||
62 | depends on DEBUG_KERNEL | ||
63 | default n | ||
64 | |||
60 | choice | 65 | choice |
61 | prompt "Serial Port" | 66 | prompt "Serial Port" |
62 | depends on KGDB | 67 | depends on KGDB |