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 4ebc52a19f0a..15eb27861fc7 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -51,6 +51,11 @@ config FTR_FIXUP_SELFTEST | |||
51 | depends on DEBUG_KERNEL | 51 | depends on DEBUG_KERNEL |
52 | default n | 52 | default n |
53 | 53 | ||
54 | config MSI_BITMAP_SELFTEST | ||
55 | bool "Run self-tests of the MSI bitmap code." | ||
56 | depends on DEBUG_KERNEL | ||
57 | default n | ||
58 | |||
54 | config XMON | 59 | config XMON |
55 | bool "Include xmon kernel debugger" | 60 | bool "Include xmon kernel debugger" |
56 | depends on DEBUG_KERNEL | 61 | depends on DEBUG_KERNEL |