]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 11 Jun 2013 08:49:50 +0000 (08:49 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jun 2013 19:26:56 +0000 (21:26 +0200)
commita9ed31f7bb5cdca1caa1b751cb5f937f07f28252
tree869ea919c4cf27fa2c0389b5d34f06368dc51c3f
parent321c5917dc6720e7069d7da03f3122403b2362b0
lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS

FAULT_INJECTION_STACKTRACE_FILTER selects FRAME_POINTER but
that symbol is not available for MIPS.

Fixes the following problem on a randconfig:
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 || METAG) || ARCH_WANT_FRAME_POINTERS)

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5441/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
lib/Kconfig.debug