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 dc5893903363..2840ab69ef4e 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -62,6 +62,11 @@ config CODE_PATCHING_SELFTEST | |||
62 | depends on DEBUG_KERNEL | 62 | depends on DEBUG_KERNEL |
63 | default n | 63 | default n |
64 | 64 | ||
65 | config FTR_FIXUP_SELFTEST | ||
66 | bool "Run self-tests of the feature-fixup code." | ||
67 | depends on DEBUG_KERNEL | ||
68 | default n | ||
69 | |||
65 | choice | 70 | choice |
66 | prompt "Serial Port" | 71 | prompt "Serial Port" |
67 | depends on KGDB | 72 | depends on KGDB |