From: junjie cai <junjiec@gmail.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: junjiec@gmail.com
Subject: problem about Kconfig default value
Date: Mon, 11 Jul 2005 15:18:47 +0900 [thread overview]
Message-ID: <ca992f1105071023184c6eccbd@mail.gmail.com> (raw)
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.
reply other threads:[~2005-07-11 6:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ca992f1105071023184c6eccbd@mail.gmail.com \
--to=junjiec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox