aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2009-02-06 15:50:39 -0500
committerKyle McMartin <kyle@mcmartin.ca>2009-03-30 22:51:34 -0400
commit548f1176f0ac637eff895defb715ce6fde7c460a (patch)
tree8f0702675e15048ba3409d1d38452a4484fd9461 /arch/parisc/Kconfig
parentafca2523876301cc6130fc3cc402173eeeb89830 (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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index aacf11d3372..4866e2f8d3b 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -75,6 +75,9 @@ config GENERIC_HARDIRQS
75config GENERIC_IRQ_PROBE 75config GENERIC_IRQ_PROBE
76 def_bool y 76 def_bool y
77 77
78config HAVE_LATENCYTOP_SUPPORT
79 def_bool y
80
78config IRQ_PER_CPU 81config IRQ_PER_CPU
79 bool 82 bool
80 default y 83 default y
@@ -83,6 +86,9 @@ config IRQ_PER_CPU
83config PM 86config PM
84 bool 87 bool
85 88
89config STACKTRACE_SUPPORT
90 def_bool y
91
86config ISA_DMA_API 92config ISA_DMA_API
87 bool 93 bool
88 94