File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,15 @@ config SYMBOLIC_ERRNAME
173
173
of the number 28. It makes the kernel image slightly larger
174
174
(about 3KB), but can make the kernel logs easier to read.
175
175
176
+ config DEBUG_BUGVERBOSE
177
+ bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
178
+ depends on BUG && (GENERIC_BUG || HAVE_DEBUG_BUGVERBOSE)
179
+ default y
180
+ help
181
+ Say Y here to make BUG() panics output the file name and line number
182
+ of the BUG call as well as the EIP and oops trace. This aids
183
+ debugging but costs about 70-100K of memory.
184
+
176
185
endmenu # "printk and dmesg options"
177
186
178
187
menu "Compile-time checks and compiler options"
@@ -1303,15 +1312,6 @@ config DEBUG_KOBJECT_RELEASE
1303
1312
config HAVE_DEBUG_BUGVERBOSE
1304
1313
bool
1305
1314
1306
- config DEBUG_BUGVERBOSE
1307
- bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
1308
- depends on BUG && (GENERIC_BUG || HAVE_DEBUG_BUGVERBOSE)
1309
- default y
1310
- help
1311
- Say Y here to make BUG() panics output the file name and line number
1312
- of the BUG call as well as the EIP and oops trace. This aids
1313
- debugging but costs about 70-100K of memory.
1314
-
1315
1315
menu "Debug kernel data structures"
1316
1316
1317
1317
config DEBUG_LIST
You can’t perform that action at this time.
0 commit comments