diff options
author | Helge Deller <deller@gmx.de> | 2009-02-06 21:50:39 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-03-31 02:51:34 +0000 |
commit | 548f1176f0ac637eff895defb715ce6fde7c460a (patch) | |
tree | 8f0702675e15048ba3409d1d38452a4484fd9461 /arch/parisc/Kconfig | |
parent | afca2523876301cc6130fc3cc402173eeeb89830 (diff) | |
download | linux-548f1176f0ac637eff895defb715ce6fde7c460a.tar.gz linux-548f1176f0ac637eff895defb715ce6fde7c460a.tar.bz2 linux-548f1176f0ac637eff895defb715ce6fde7c460a.zip |
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 config GENERIC_IRQ_PROBE def_bool y +config HAVE_LATENCYTOP_SUPPORT + def_bool y + config IRQ_PER_CPU bool default y @@ -83,6 +86,9 @@ config IRQ_PER_CPU config PM bool +config STACKTRACE_SUPPORT + def_bool y + config ISA_DMA_API bool |