diff options
author | Helge Deller <deller@gmx.de> | 2013-02-27 00:37:12 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-03-02 19:54:07 +0100 |
commit | 4530c49e6d609d3c90519df61a4e86ee039439c2 (patch) | |
tree | 5246b22774d53613a199e1a873186367c1b7b4bf | |
parent | b0af9cd9aab60ceb17d3ebabb9fdf4ff0a99cf50 (diff) | |
download | op-kernel-dev-4530c49e6d609d3c90519df61a4e86ee039439c2.zip op-kernel-dev-4530c49e6d609d3c90519df61a4e86ee039439c2.tar.gz |
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>
-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 4d5ea76..ed8be23 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -5,6 +5,7 @@ config PARISC select HAVE_FUNCTION_TRACER if 64BIT select HAVE_FUNCTION_GRAPH_TRACER if 64BIT select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT + select ARCH_WANT_FRAME_POINTERS select RTC_CLASS select RTC_DRV_GENERIC select INIT_ALL_POSSIBLE |