lib: turn CONFIG_STACKTRACE into an actual option.
authorDave Jones <davej@redhat.com>
Fri, 29 Aug 2014 22:18:35 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Aug 2014 23:28:16 +0000 (16:28 -0700)
commit0c38e1fe0fced6aa06dbf444f7203dd7f325e369
treecdef74dbbce508e8bfb48b7a8af7e9dd287580a8
parentce8369bcbeeea6dfe24a6c8f60d2fcfce0432830
lib: turn CONFIG_STACKTRACE into an actual option.

I was puzzled why /proc/$$/stack had disappeared, until I figured out I
had disabled the last debug option that did a 'select STACKTRACE'.  This
patch makes the option show up at config time, so it can be enabled
without enabling any of the more heavyweight debug options.

Signed-off-by: Dave Jones <davej@redhat.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug