commit | 204c96f609045a8ce84d1dca3e758ee9b0b2a95c | [log] [tgz] |
---|---|---|
author | zippel@linux-m68k.org <zippel@linux-m68k.org> | Mon Sep 29 05:27:10 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 29 08:03:01 2008 -0700 |
tree | f88b3068cba6dae4eb48d031f2d91654f629842c | |
parent | d0185c0882d76b8126d4a099c7ac82b3b216d103 [diff] |
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>