]> git.baikalelectronics.ru Git - kernel.git/commit
menu: fix embedded menu snafu
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 10 Mar 2009 19:55:46 +0000 (12:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Mar 2009 22:55:10 +0000 (15:55 -0700)
commitae330f76a9823fd003a23813e2edbaff03478aa6
tree766b11d2bb85bcd74675971dd933c26667d0f446
parent8de76b8c8f6bfc640ef51577c171f2e08003a453
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,
ANON_INODES has a similar problem, so move it to just above the EMBEDDED
menu items since it is used in the EMBEDDED menu.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig