]> git.karo-electronics.de Git - karo-tx-linux.git/commit
menu: fix embedded menu snafu
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 10 Mar 2009 19:55:46 +0000 (12:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 23 Mar 2009 21:55:32 +0000 (14:55 -0700)
commitb99194e68ed013d0b37517a3d8737961554149c0
tree5fc092c55f966ef3320e0c0e5ae03ccdc7d4ecac
parentb585daad36aff9d1c69c86e9e5c47252d47658da
menu: fix embedded menu snafu

commit b943c460ff8556a193b28e2145b513f8b978e869 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
init/Kconfig