diff options
author | Ley Foon Tan <lftan@altera.com> | 2014-11-06 02:20:19 -0500 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2014-12-07 23:56:06 -0500 |
commit | 2fc8483fdcde767795402a38a53e647811dc9abf (patch) | |
tree | 01c734b5191c6ddd5c095fb2a08494720b06f817 /arch/nios2/Kconfig.debug | |
parent | 9cce02ec7146248862ba63a41bf8eb32d9e4fb63 (diff) |
nios2: Build infrastructure
This patch adds Makefile and Kconfig files required for building a
nios2 kernel.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'arch/nios2/Kconfig.debug')
-rw-r--r-- | arch/nios2/Kconfig.debug | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/nios2/Kconfig.debug b/arch/nios2/Kconfig.debug new file mode 100644 index 000000000000..8d4e6bacd997 --- /dev/null +++ b/arch/nios2/Kconfig.debug | |||
@@ -0,0 +1,17 @@ | |||
1 | menu "Kernel hacking" | ||
2 | |||
3 | config TRACE_IRQFLAGS_SUPPORT | ||
4 | def_bool y | ||
5 | |||
6 | source "lib/Kconfig.debug" | ||
7 | |||
8 | config DEBUG_STACK_USAGE | ||
9 | bool "Enable stack utilization instrumentation" | ||
10 | depends on DEBUG_KERNEL | ||
11 | help | ||
12 | Enables the display of the minimum amount of free stack which each | ||
13 | task has ever had available in the sysrq-T and sysrq-P debug output. | ||
14 | |||
15 | This option will slow down process creation somewhat. | ||
16 | |||
17 | endmenu | ||