From: Randy Dunlap Date: Mon, 2 Mar 2009 22:14:06 +0000 (-0800) Subject: menu: fix embedded menu snafu X-Git-Tag: v2.6.29-rc7~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=155b25bcc28631a5b5230191aa3f56c40dfffa3f;p=pandora-kernel.git menu: fix embedded menu snafu The COMPAT_BRK kconfig symbol does not depend on EMBEDDED, but it is in the midst of the EMBEDDED menu symbols, so it mucks up the EMBEDDED menu. Fix by moving it to just after all of the EMBEDDED menu symbols. Also, surround all of the EMBEDDED symbols with "if EMBEDDED"/"endif" so that this EMBEDDED block is clearer. Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed