mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Roman Zippel <zippel@linux-m68k.org>
Cc: Dave Airlie <airlied@linux.ie>, linux-kernel@vger.kernel.org
Subject: Re: kconfig/build question..
Date: Fri, 12 Nov 2004 19:40:05 +0100	[thread overview]
Message-ID: <20041112184005.GH2249@stusta.de> (raw)
In-Reply-To: <Pine.LNX.4.61.0411101253460.17266@scrub.home>

On Wed, Nov 10, 2004 at 12:55:32PM +0100, Roman Zippel wrote:
> Hi,
> 
> On Wed, 10 Nov 2004, Dave Airlie wrote:
> 
> > So what I want to do and what I think Kbuild can't do is:
> > 
> > if CONFIG_AGP=n then CONFIG_DRM can be n,m,y
> > if CONFIG_AGP=m then CONFIG_DRM can be m but not y
> > if CONFIG_AGP=y then CONFIG_DRM can be m,y
> 
> Do you really want to say that DRM can't be disabled if AGP is enabled?
> Otherwise this should do it:
> 
> 	depends on AGP || AGP=n

I dislike this solution.

consider:
AGP=n
DRM=y

If the user then adds modular AGP to his kernel this will cause DRM=m 
which might cause problems if he tries to use these modules.

I'm still of the opinion that adding a module shoudn't change the 
static kernel.

> bye, Roman

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


  parent reply	other threads:[~2004-11-12 18:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-10  1:16 Dave Airlie
2004-11-10  2:09 ` Adrian Bunk
2004-11-10 11:55 ` Roman Zippel
2004-11-11 10:16   ` Dave Airlie
2004-11-12 18:40   ` Adrian Bunk [this message]
2004-11-13  6:10     ` Dave Airlie

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=20041112184005.GH2249@stusta.de \
    --to=bunk@stusta.de \
    --cc=airlied@linux.ie \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zippel@linux-m68k.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

Powered by JetHome