lkml.org 
[lkml]   [2005]   [Jul]   [11]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 11 Jul 2005 15:18:47 +0900
Fromjunjie cai <>
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 06:22    [W:0.023 / U:0.180 seconds]
©2003-2008 Jasper Spaans