linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Ben Dooks <ben-linux@fluff.org>
Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Subject: Re: Kconfig with multiple sources  of integer value
Date: Mon, 18 Jan 2010 13:57:41 +0100	[thread overview]
Message-ID: <4B545AC5.5080306@suse.cz> (raw)
In-Reply-To: <20100111083002.GA24987@trinity.fluff.org>

On 11.1.2010 09:30, Ben Dooks wrote:
> It would be nice if I could say
> 
> config S3C24XX_GPIO_EXTRA
> 
> and then
> 
> config MACH_OSIRIS
>        ...
>        set_min S3C24XX_GPIO_EXTRA 128
> 
> or something similar.

Or maybe extend 'select' to accept
select FOO=<value>
and allow select for integer options too (in which case, the =<value>
would be mandatory). Then it would look like

config MACH_OSIRIS
       ...
       select S3C24XX_GPIO_EXTRA=128

What do you think?

Michal

      reply	other threads:[~2010-01-18 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11  8:30 Kconfig with multiple sources of integer value Ben Dooks
2010-01-18 12:57 ` 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=4B545AC5.5080306@suse.cz \
    --to=mmarek@suse.cz \
    --cc=ben-linux@fluff.org \
    --cc=linux-kbuild@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).