Revision f82f3f9422d4da1eeec6f6cf3e64c6c34c4fe19b authored by Roman Zippel on 30 August 2007, 03:06:17 UTC, committed by Sam Ravnborg on 01 September 2007, 06:24:09 UTC
Avoid setting the value if the symbol doesn't need to be changed or can't
be changed. Later choices may change the dependencies and thus the
possible input range.

make oldconfig from a 2.6.22 .config with CONFIG_HOTPLUG_CPU not set
was in some configurations setting CONFIG_HOTPLUG_CPU=y without asking,
even when there was no actual requirement for CONFIG_HOTPLUG_CPU.
This was triggered by SUSPEND_SMP that does a select HOTPLUG_CPU.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Tested-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
1 parent 2f81ecc
History
File Mode Size
arch-v10
arch-v32
kernel
mm
Kconfig -rw-r--r-- 3.7 KB
Kconfig.debug -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 4.1 KB
defconfig -rw-r--r-- 16.9 KB

back to top