From: Marc-Christian Petersen <m.c.p@kernel.linux-systeme.com>
To: lkml <linux-kernel@vger.kernel.org>
Subject: Kconfig question || Am I too silly for that simple thing?
Date: Thu, 15 Apr 2004 18:24:55 +0200 [thread overview]
Message-ID: <200404151824.55792@WOLK> (raw)
Hi all,
I want to do the following somewhere in some Kconfig file:
.......
config LOG_SUID
bool 'Set*id logging'
depends on !LOG_SUID_ROOT
config LOG_SUID_ROOT
bool 'Set*id logging to root'
depends on !LOG_SUID
.......
And what I get in menuconfig is both config options if they are not selected,
if I select LOG_SUID, LOG_SUID_ROOT _stays_ visible, if I unselect LOG_SUID,
LOG_SUID_ROOT _disappears_, if I select LOG_SUID again, LOG_SUID_ROOT
_appears_ again. If I select LOG_SUID_ROOT the config option LOG_SUID_ROOT
_disappear_ at all. Heck, am I that silly or is there a bug I don't see or
so? "=n or "!=y" seems not to work also.
Many thanks.
ciao, Marc
reply other threads:[~2004-04-15 16:25 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=200404151824.55792@WOLK \
--to=m.c.p@kernel.linux-systeme.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 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.