Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

init/Kconfig: fix EXPERT menu list

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
6befe5f6 4175242c

+8 -8
+8 -8
init/Kconfig
··· 924 924 environments which can tolerate a "non-standard" kernel. 925 925 Only use this if you really know what you are doing. 926 926 927 - config EMBEDDED 928 - bool "Embedded system" 929 - select EXPERT 930 - help 931 - This option should be enabled if compiling the kernel for 932 - an embedded system so certain expert options are available 933 - for configuration. 934 - 935 927 config UID16 936 928 bool "Enable 16-bit UID system calls" if EXPERT 937 929 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) ··· 1095 1103 This option enables POSIX asynchronous I/O which may by used 1096 1104 by some high performance threaded applications. Disabling 1097 1105 this option saves about 7k. 1106 + 1107 + config EMBEDDED 1108 + bool "Embedded system" 1109 + select EXPERT 1110 + help 1111 + This option should be enabled if compiling the kernel for 1112 + an embedded system so certain expert options are available 1113 + for configuration. 1098 1114 1099 1115 config HAVE_PERF_EVENTS 1100 1116 bool