From: Michal Marek <mmarek@suse.cz>
To: David Peverley <pev@sketchymonkey.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Oddity with Kconfig behaviour when using a type definition and no prompt
Date: Mon, 27 Dec 2010 15:26:25 +0100 [thread overview]
Message-ID: <4D18A211.8050202@suse.cz> (raw)
In-Reply-To: <AANLkTinwWpT3S0bNOjX-wTk_wfQ-56Wd7q6WfMmUTO9_@mail.gmail.com>
On 23.12.2010 20:38, David Peverley wrote:
> This is what I've always expected. Trying the following with a clean
> kernel. However, what happens in the (often used) case of a type definition
> with no prompt e.g.
> bool
> is not defined in this doc. My _assumption_ would be that it should still
> be used by the config system though :
>
> bob:linux-2.6.31.14 $ make defconfig
> *** Default configuration is based on 'x86_64_defconfig'
> #
> # configuration written to .config
> #
> bob:linux-2.6.31.14 $ printf "\nconfig PEV_TEST\n\tbool\n">> lib/Kconfig
> bob:linux-2.6.31.14 $ make oldconfig
> scripts/kconfig/conf -o arch/x86/Kconfig
> #
> # configuration written to .config
> #
Symbols with no prompt are not prompted for, these can only be set if
they have a default value or if some other symbol selects them.
Michal
prev parent reply other threads:[~2010-12-27 14:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-23 19:38 Oddity with Kconfig behaviour when using a type definition and no prompt David Peverley
2010-12-27 14:26 ` Michal Marek [this message]
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=4D18A211.8050202@suse.cz \
--to=mmarek@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=pev@sketchymonkey.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.