diff options
author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-11-22 13:06:44 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-11-22 13:06:44 -0500 |
commit | 0bd2af46839ad6262d25714a6ec0365db9d6b98f (patch) | |
tree | dcced72d230d69fd0c5816ac6dd03ab84799a93e /lib/Kconfig.debug | |
parent | e138a5d2356729b8752e88520cc1525fae9794ac (diff) | |
parent | f26b90440cd74c78fe10c9bd5160809704a9627c (diff) |
Merge ../scsi-rc-fixes-2.6
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 756a908c441d..d3679103a8e4 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -71,7 +71,7 @@ config LOG_BUF_SHIFT | |||
71 | 71 | ||
72 | config DETECT_SOFTLOCKUP | 72 | config DETECT_SOFTLOCKUP |
73 | bool "Detect Soft Lockups" | 73 | bool "Detect Soft Lockups" |
74 | depends on DEBUG_KERNEL | 74 | depends on DEBUG_KERNEL && !S390 |
75 | default y | 75 | default y |
76 | help | 76 | help |
77 | Say Y here to enable the kernel to detect "soft lockups", | 77 | Say Y here to enable the kernel to detect "soft lockups", |
@@ -341,7 +341,7 @@ config FRAME_POINTER | |||
341 | 341 | ||
342 | config UNWIND_INFO | 342 | config UNWIND_INFO |
343 | bool "Compile the kernel with frame unwind information" | 343 | bool "Compile the kernel with frame unwind information" |
344 | depends on !IA64 && !PARISC | 344 | depends on !IA64 && !PARISC && !ARM |
345 | depends on !MODULES || !(MIPS || PPC || SUPERH || V850) | 345 | depends on !MODULES || !(MIPS || PPC || SUPERH || V850) |
346 | help | 346 | help |
347 | If you say Y here the resulting kernel image will be slightly larger | 347 | If you say Y here the resulting kernel image will be slightly larger |
@@ -371,6 +371,20 @@ config FORCED_INLINING | |||
371 | become the default in the future, until then this option is there to | 371 | become the default in the future, until then this option is there to |
372 | test gcc for this. | 372 | test gcc for this. |
373 | 373 | ||
374 | config HEADERS_CHECK | ||
375 | bool "Run 'make headers_check' when building vmlinux" | ||
376 | depends on !UML | ||
377 | help | ||
378 | This option will extract the user-visible kernel headers whenever | ||
379 | building the kernel, and will run basic sanity checks on them to | ||
380 | ensure that exported files do not attempt to include files which | ||
381 | were not exported, etc. | ||
382 | |||
383 | If you're making modifications to header files which are | ||
384 | relevant for userspace, say 'Y', and check the headers | ||
385 | exported to $(INSTALL_HDR_PATH) (usually 'usr/include' in | ||
386 | your build tree), to make sure they're suitable. | ||
387 | |||
374 | config RCU_TORTURE_TEST | 388 | config RCU_TORTURE_TEST |
375 | tristate "torture tests for RCU" | 389 | tristate "torture tests for RCU" |
376 | depends on DEBUG_KERNEL | 390 | depends on DEBUG_KERNEL |