Home
last modified time | relevance | path

Searched hist:"95 edca5c523c4b404dd60baa0a1bea0e4c38fd72" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A Dstreamline_config.pldiff 95edca5c523c4b404dd60baa0a1bea0e4c38fd72 Wed Dec 18 18:35:20 CET 2013 Steven Rostedt (Red Hat) <rostedt@goodmis.org> 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>