All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] arch-dependent Kconfig file options?
Date: Thu, 08 Feb 2007 18:09:09 +0000	[thread overview]
Message-ID: <20070208180909.GM13101@parisc-linux.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0702081201320.14147@localhost.localdomain>

On Thu, Feb 08, 2007 at 12:08:45PM -0500, Robert P. J. Day wrote:
>   is there a way to make the visibility of Kconfig file options
> dependent on the underlying architecture?  as a specific example,

Yes, and there's an example in the very file you reference:

config DEBUG_BUGVERBOSE
        bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED
	depends on BUG
	depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 | | FRV || SUPERH || GENERIC_BUG

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

  parent reply	other threads:[~2007-02-08 18:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-08 17:08 [KJ] arch-dependent Kconfig file options? Robert P. J. Day
2007-02-08 17:52 ` Randy Dunlap
2007-02-08 18:09 ` Matthew Wilcox [this message]
2007-02-08 18:34 ` Robert P. J. Day

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=20070208180909.GM13101@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=kernel-janitors@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.