commit | 155b25bcc28631a5b5230191aa3f56c40dfffa3f | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Mon Mar 02 14:14:06 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 02 15:49:16 2009 -0800 |
tree | 078d3dbce92fbe568671ee0d16f60f2ec27bb74e | |
parent | d86a1c3de557c019696499ff211b91232fad0fe9 [diff] |
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>