]> asedeno.scripts.mit.edu Git - linux.git/commit
kconfig: document oldnoconfig to what it really does in conf.c
authorAdam Lee <adam8157@gmail.com>
Fri, 17 Aug 2012 06:57:28 +0000 (14:57 +0800)
committerMichal Marek <mmarek@suse.cz>
Fri, 31 Aug 2012 14:56:51 +0000 (16:56 +0200)
commit1d52a4a79188e5567b6c55f67e20a4f1043d10d3
tree99179ac2c5a467247c72ed2104d4fd6b65d5b871
parent3eb95c84ee594d4a4e5a8c37b01464cff4762c96
kconfig: document oldnoconfig to what it really does in conf.c

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

This patch fixes the document in conf.c, and will submit another patch
to replace 'oldnoconfig' to 'olddefconfig'

Signed-off-by: Adam Lee <adam8157@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/conf.c