problem about Kconfig default value

From: junjie cai
Date: Mon Jul 11 2005 - 01:19:55 EST


hello list,
i had a problem about the default value in Kconfig.
for example,i had two Kconfig files:
arch/arm/mach-xxx/Kconfig
...
config CPU_MHZ
...

init/Kconfig
...
config PRESET_LPJ
default 2 if(ARCH_XXX && CPU_MZH)
default 1 if(ARCH_XXX && !CPU_MZH)
...


right after a "make mrproper" it worked just fine in "make menuconfig",
but then i quit and "make menuconfig" again, the PRESET_LPJ did not
seem to change again while i disable/enabled CPU_MHZ.

is this presumed? or a bug?
thank you very much.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/