* problem about Kconfig default value
@ 2005-07-11 6:18 junjie cai
0 siblings, 0 replies; only message in thread
From: junjie cai @ 2005-07-11 6:18 UTC (permalink / raw)
To: linux-kernel; +Cc: junjiec
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-11 6:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-11 6:18 problem about Kconfig default value junjie cai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox