kconfig: Document oldnoconfig to what it really does
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Jun 2012 23:24:59 +0000 (19:24 -0400)
committerMichal Marek <mmarek@suse.cz>
Thu, 26 Jul 2012 12:32:01 +0000 (14:32 +0200)
commit67d34a6a391369269a2e5dba8a5f42cc4cd50231
tree52e2e596e11f3fc5ccc297b345bf346d6c1e3eb6
parentd68e818bc4d5c962093ced51c4d8341fc6aea30d
kconfig: Document oldnoconfig to what it really does

The make target 'oldnoconfig' is a misnomer. It doesn't set new symbols
to 'n', but instead sets it to their default values.

Unfortunately, assuming that it actually did this, broke ktest in some
of its tests. For example, the tests to create a minimum config and even
a config bisect, depends on removing various configs and using
oldnoconfig to get rid of other configs that may have depended on it.

But because some configs that it was trying to disable, were in fact
default enabled, this caused those configs to re-enable and corrupt the
test.

I thought about fixing oldnoconfig, but I'm afraid that people are
already dependent on its current behavior. Instead, I'm just updating
the documentation to state that it sets the new symbols to their default
values and not to 'n'.

Ideally, this would be called, 'olddefconfig' and we have an
'oldnoconfig' that actually disables the new symbols. But it's useless
for me now. If it changed, ktest would need to be consistent between
each version, and that would be to difficult to detect. I'll handle this
issue with ktest with other means.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/Makefile