From: Dave Jones Date: Fri, 29 Aug 2014 22:18:35 +0000 (-0700) Subject: lib: turn CONFIG_STACKTRACE into an actual option. X-Git-Tag: omap-fixes-against-v3.17-rc3~22^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c38e1fe0fced6aa06dbf444f7203dd7f325e369;p=pandora-kernel.git 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 Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed