menu: fix embedded menu snafu
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 2 Mar 2009 22:14:06 +0000 (14:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Mar 2009 23:49:16 +0000 (15:49 -0800)
commit155b25bcc28631a5b5230191aa3f56c40dfffa3f
tree078d3dbce92fbe568671ee0d16f60f2ec27bb74e
parentd86a1c3de557c019696499ff211b91232fad0fe9
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 <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig