https://github.com/torvalds/linux
Revision 6befe5f69bae9f907e6c85bbfe298e404864092e authored by Randy Dunlap on 26 April 2011, 19:33:21 UTC, committed by Linus Torvalds on 27 April 2011, 03:48:37 UTC
The EXPERT menu list was recently broken by the insertion of a
kconfig symbol (EMBEDDED) at the beginning of the EXPERT list of
kconfig items.  Broken by:

  commit 6a108a14fa356ef607be308b68337939e56ea94e
  Author: David Rientjes <rientjes@google.com>
  Date:   Thu Jan 20 14:44:16 2011 -0800
    kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT

Restore the EXPERT menu list -- don't inject a symbol (EMBEDDED)
that does not depend on EXPERT into the list.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 4175242
History
Tip revision: 6befe5f69bae9f907e6c85bbfe298e404864092e authored by Randy Dunlap on 26 April 2011, 19:33:21 UTC
init/Kconfig: fix EXPERT menu list
Tip revision: 6befe5f
File Mode Size
Kconfig -rw-r--r-- 44.0 KB
Makefile -rw-r--r-- 1.0 KB
calibrate.c -rw-r--r-- 5.8 KB
do_mounts.c -rw-r--r-- 10.9 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.1 KB
do_mounts_md.c -rw-r--r-- 7.9 KB
do_mounts_rd.c -rw-r--r-- 8.1 KB
initramfs.c -rw-r--r-- 12.6 KB
main.c -rw-r--r-- 19.9 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.1 KB

back to top