Revert "menu: fix embedded menu snafu"
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Mar 2009 00:23:33 +0000 (16:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Mar 2009 00:23:33 +0000 (16:23 -0800)
commit2450cf51a1bdba7037e91b1bcc494b01c58aaf66
tree406b27ef95cb13f5d99a3b8bfd0a2b2310d33e99
parent43e407071d97c1a07a4601896581554a6b3bfd67
Revert "menu: fix embedded menu snafu"

This reverts commit 155b25bcc28631a5b5230191aa3f56c40dfffa3f, which was
totally wrong - the "embedded" options still exists (very much so) even
on non-embedded platforms.

It's just that we don't bother with actually asking about them when
we're not embedded, we just take their default values (which is usually
'y' - the options add features that may not be worth it in a constrained
environment).

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