diff options
author | Helge Deller <deller@gmx.de> | 2009-02-06 15:50:39 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-03-30 22:51:34 -0400 |
commit | 548f1176f0ac637eff895defb715ce6fde7c460a (patch) | |
tree | 8f0702675e15048ba3409d1d38452a4484fd9461 /arch/parisc/Kconfig | |
parent | afca2523876301cc6130fc3cc402173eeeb89830 (diff) |
parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORT
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index aacf11d33723..4866e2f8d3bb 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -75,6 +75,9 @@ config GENERIC_HARDIRQS | |||
75 | config GENERIC_IRQ_PROBE | 75 | config GENERIC_IRQ_PROBE |
76 | def_bool y | 76 | def_bool y |
77 | 77 | ||
78 | config HAVE_LATENCYTOP_SUPPORT | ||
79 | def_bool y | ||
80 | |||
78 | config IRQ_PER_CPU | 81 | config IRQ_PER_CPU |
79 | bool | 82 | bool |
80 | default y | 83 | default y |
@@ -83,6 +86,9 @@ config IRQ_PER_CPU | |||
83 | config PM | 86 | config PM |
84 | bool | 87 | bool |
85 | 88 | ||
89 | config STACKTRACE_SUPPORT | ||
90 | def_bool y | ||
91 | |||
86 | config ISA_DMA_API | 92 | config ISA_DMA_API |
87 | bool | 93 | bool |
88 | 94 | ||