lkml.org 
[lkml]   [2005]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectproblem about Kconfig default value
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-07-11 08:22    [W:0.029 / U:0.792 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site