kconfig: fix silentoldconfig
authorzippel@linux-m68k.org <zippel@linux-m68k.org>
Mon, 29 Sep 2008 03:27:10 +0000 (05:27 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Sep 2008 15:03:01 +0000 (08:03 -0700)
commit204c96f609045a8ce84d1dca3e758ee9b0b2a95c
treef88b3068cba6dae4eb48d031f2d91654f629842c
parentd0185c0882d76b8126d4a099c7ac82b3b216d103
kconfig: fix silentoldconfig

Recent changes to oldconfig have mixed up the silentoldconfig handling,
so this fixes that by clearly separating that special mode, e.g.
KCONFIG_NOSILENTUPDATE is only relevant here, the .config is written as
needed.

This will also properly close Bug 11230.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kconfig/conf.c