From: Adrian Bunk <bunk@fs.tum.de>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: two more oddities with the fs/Kconfig file
Date: Sun, 12 Jan 2003 08:34:06 +0100 [thread overview]
Message-ID: <20030112073406.GM21826@fs.tum.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0301120139010.21998-100000@dell>
On Sun, Jan 12, 2003 at 02:07:13AM -0500, Robert P. J. Day wrote:
>
> there are a few options that are categorized as simply
> "bool", with no following label -- examples being UMSDOS,
> QUOTACTL, and a couple of others. without a label on that
> line, the option is not displayed for selection anywhere
> on the menu. is this deliberate?
>...
Yes, this is what was called define_bool in the old kconfig.
E.g.
config QUOTACTL
bool
depends on XFS_QUOTA || QUOTA
default y
says that QUOTACTL is automatically selected if XFS_QUOTA or QUOTA is
selected. This is a config option that is never visible to the user
configuring the kernel.
> rday
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2003-01-12 7:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-12 7:07 two more oddities with the fs/Kconfig file Robert P. J. Day
2003-01-12 7:34 ` Adrian Bunk [this message]
2003-01-12 9:27 ` Robert P. J. Day
2003-01-12 9:32 ` Robert P. J. Day
2003-01-12 9:54 ` Robert P. J. Day
2003-01-12 9:59 ` Robert P. J. Day
2003-01-12 10:02 ` Russell King
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=20030112073406.GM21826@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=rpjday@mindspring.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox