diff options
author | Helge Deller <deller@gmx.de> | 2013-02-26 18:37:12 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-03-02 13:54:07 -0500 |
commit | 4530c49e6d609d3c90519df61a4e86ee039439c2 (patch) | |
tree | 5246b22774d53613a199e1a873186367c1b7b4bf /arch/parisc | |
parent | b0af9cd9aab60ceb17d3ebabb9fdf4ff0a99cf50 (diff) |
parisc: select ARCH_WANT_FRAME_POINTERS
Avoid the following warning when configuring the kernel for parisc:
warning: (LOCKDEP && FAULT_INJECTION_STACKTRACE_FILTER && LATENCYTOP && KMEMCHECK) selects FRAME_POINTER \
which has unmet direct dependencies (DEBUG_KERNEL && (CRIS || M68K || FRV || UML || AVR32 || SUPERH || \
BLACKFIN || MN10300) || ARCH_WANT_FRAME_POINTERS)
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 4d5ea7648574..ed8be2366685 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -5,6 +5,7 @@ config PARISC | |||
5 | select HAVE_FUNCTION_TRACER if 64BIT | 5 | select HAVE_FUNCTION_TRACER if 64BIT |
6 | select HAVE_FUNCTION_GRAPH_TRACER if 64BIT | 6 | select HAVE_FUNCTION_GRAPH_TRACER if 64BIT |
7 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT | 7 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT |
8 | select ARCH_WANT_FRAME_POINTERS | ||
8 | select RTC_CLASS | 9 | select RTC_CLASS |
9 | select RTC_DRV_GENERIC | 10 | select RTC_DRV_GENERIC |
10 | select INIT_ALL_POSSIBLE | 11 | select INIT_ALL_POSSIBLE |