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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|