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
configs
hpux
kernel
lib
math-emu
mm
oprofile
Kconfig -rw-r--r-- 5.7 KB
Kconfig.debug -rw-r--r-- 931 bytes
Makefile -rw-r--r-- 3.7 KB
defconfig -rw-r--r-- 28.1 KB
defpalo.conf -rw-r--r-- 789 bytes
install.sh -rw-r--r-- 923 bytes
nm -rw-r--r-- 194 bytes

back to top