x86: offer frame pointers in all build modes
authorIngo Molnar <mingo@elte.hu>
Wed, 7 Jan 2009 10:05:10 +0000 (11:05 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 7 Jan 2009 10:18:59 +0000 (11:18 +0100)
commitda4276b8299a6544dc41ac2485d3ffca5811b3fb
tree8225c30e900cadb4b5dee86a4f70b189cceb3c12
parent0936912274af78a21fd8d54c3f94a50a285cf7f9
x86: offer frame pointers in all build modes

CONFIG_FRAME_POINTERS=y results in much better debug info for the
kernel (clear and precise backtraces), with the only drawback being
a ~1% increase in kernel size.

So offer it unconditionally and enable it by default.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
lib/Kconfig.debug