]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15a9c6590b22d9df3dc965cf7f73427bedf2f5eb
treef88b3068cba6dae4eb48d031f2d91654f629842c
parentd36df2c504d17fa3a53c12e00918cb88aa033d63
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