aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/Kconfig.debug
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2013-11-14 20:38:05 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-11-14 20:38:05 -0500
commit42249094f79422fbf5ed4b54eeb48ff096809b8f (patch)
tree91e6850c8c7e8cc284cf8bb6363f8662f84011f4 /arch/tile/Kconfig.debug
parent936816161978ca716a56c5e553c68f25972b1e3a (diff)
parent2c027b7c48a888ab173ba45babb4525e278375d9 (diff)
Merge branch 'next' into for-linus
Merge first round of changes for 3.13 merge window.
Diffstat (limited to 'arch/tile/Kconfig.debug')
-rw-r--r--arch/tile/Kconfig.debug21
1 files changed, 6 insertions, 15 deletions
diff --git a/arch/tile/Kconfig.debug b/arch/tile/Kconfig.debug
index ddbfc3322d7f..19734d3ab1e8 100644
--- a/arch/tile/Kconfig.debug
+++ b/arch/tile/Kconfig.debug
@@ -14,21 +14,12 @@ config EARLY_PRINTK
14 with klogd/syslogd. You should normally N here, 14 with klogd/syslogd. You should normally N here,
15 unless you want to debug such a crash. 15 unless you want to debug such a crash.
16 16
17config DEBUG_STACKOVERFLOW 17config TILE_HVGLUE_TRACE
18 bool "Check for stack overflows" 18 bool "Provide wrapper functions for hypervisor ABI calls"
19 depends on DEBUG_KERNEL 19 default n
20 help 20 help
21 This option will cause messages to be printed if free stack space 21 Provide wrapper functions for the hypervisor ABI calls
22 drops below a certain limit. 22 defined in arch/tile/kernel/hvglue.S. This allows tracing
23 23 mechanisms, etc., to have visibility into those calls.
24config DEBUG_EXTRA_FLAGS
25 string "Additional compiler arguments when building with '-g'"
26 depends on DEBUG_INFO
27 default ""
28 help
29 Debug info can be large, and flags like
30 `-femit-struct-debug-baseonly' can reduce the kernel file
31 size and build time noticeably. Such flags are often
32 helpful if the main use of debug info is line number info.
33 24
34endmenu 25endmenu