diff options
Diffstat (limited to 'arch/mips/Kconfig.debug')
-rw-r--r-- | arch/mips/Kconfig.debug | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug index d2b88a0be519..43dc27997730 100644 --- a/arch/mips/Kconfig.debug +++ b/arch/mips/Kconfig.debug | |||
@@ -102,4 +102,30 @@ config RUNTIME_DEBUG | |||
102 | arch/mips/include/asm/debug.h for debugging macros. | 102 | arch/mips/include/asm/debug.h for debugging macros. |
103 | If unsure, say N. | 103 | If unsure, say N. |
104 | 104 | ||
105 | config DEBUG_ZBOOT | ||
106 | bool "Enable compressed kernel support debugging" | ||
107 | depends on DEBUG_KERNEL && SYS_SUPPORTS_ZBOOT | ||
108 | default n | ||
109 | help | ||
110 | If you want to add compressed kernel support to a new board, and the | ||
111 | board supports uart16550 compatible serial port, please select | ||
112 | SYS_SUPPORTS_ZBOOT_UART16550 for your board and enable this option to | ||
113 | debug it. | ||
114 | |||
115 | If your board doesn't support uart16550 compatible serial port, you | ||
116 | can try to select SYS_SUPPORTS_ZBOOT and use the other methods to | ||
117 | debug it. for example, add a new serial port support just as | ||
118 | arch/mips/boot/compressed/uart-16550.c does. | ||
119 | |||
120 | After the compressed kernel support works, please disable this option | ||
121 | to reduce the kernel image size and speed up the booting procedure a | ||
122 | little. | ||
123 | |||
124 | config SPINLOCK_TEST | ||
125 | bool "Enable spinlock timing tests in debugfs" | ||
126 | depends on DEBUG_FS | ||
127 | default n | ||
128 | help | ||
129 | Add several files to the debugfs to test spinlock speed. | ||
130 | |||
105 | endmenu | 131 | endmenu |