tmp_suning_uos_patched/scripts/kconfig
Steven Rostedt (Red Hat) 95edca5c52 localmodconfig: Add config depends by default settings
Currently localmodconfig will miss dependencies from the default option.
For example:

config FOO
	default y if BAR || ZOO

If FOO is needed for a module and is set to '=m', and so are BAR or ZOO,
localmodconfig will not see that BOO or ZOO are also needed for the foo
module, and will incorrectly disable them.

Link: http://lkml.kernel.org/r/20131218175137.162937350@goodmis.org

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2013-12-20 17:02:44 -05:00
..
lxdialog
.gitignore
check.sh
conf.c
confdata.c
expr.c
expr.h kconfig: add short explanation to SYMBOL_WRITE 2013-10-08 23:52:14 +02:00
gconf.c
gconf.glade
images.c
kxgettext.c
list.h
lkc_proto.h
lkc.h
Makefile
mconf.c kconfig: fix trivial typos and update mconf documentation 2013-10-08 23:52:14 +02:00
menu.c kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len 2013-10-08 23:52:16 +02:00
merge_config.sh
nconf.c
nconf.gui.c
nconf.h
POTFILES.in
qconf.cc xconfig: Fix the filename for GUI settings 2013-10-08 23:52:16 +02:00
qconf.h xconfig: Fix the filename for GUI settings 2013-10-08 23:52:16 +02:00
streamline_config.pl localmodconfig: Add config depends by default settings 2013-12-20 17:02:44 -05:00
symbol.c kconfig: fix trivial typos and update mconf documentation 2013-10-08 23:52:14 +02:00
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l kconfig: remove unused definition from scanner 2013-10-08 23:52:15 +02:00
zconf.lex.c_shipped
zconf.tab.c_shipped
zconf.y