From: Christoph Hellwig <hch@lst.de>
To: Adrian Bunk <bunk@stusta.de>
Cc: Christoph Hellwig <hch@lst.de>,
davej@codemonkey.org.uk, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix CONFIG_AGP depencies
Date: Sun, 16 Jan 2005 13:09:11 +0100 [thread overview]
Message-ID: <20050116120911.GA14085@lst.de> (raw)
In-Reply-To: <20050116120550.GQ4274@stusta.de>
On Sun, Jan 16, 2005 at 01:05:50PM +0100, Adrian Bunk wrote:
> This doesn't seem to achieve what you want:
> PPC is defined on ppc64...
*grmbl*
--- 1.39/drivers/char/agp/Kconfig 2005-01-08 01:15:52 +01:00
+++ edited/drivers/char/agp/Kconfig 2005-01-16 11:39:56 +01:00
@@ -1,5 +1,6 @@
config AGP
- tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU && !M68K && !ARM
+ tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU
+ depends on ALPHA || IA64 || PPC32 || X86
default y if GART_IOMMU
---help---
AGP (Accelerated Graphics Port) is a bus system mainly used to
next prev parent reply other threads:[~2005-01-16 12:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-16 11:44 [PATCH] fix CONFIG_AGP depencies Christoph Hellwig
2005-01-16 12:05 ` Adrian Bunk
2005-01-16 12:09 ` Christoph Hellwig [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-01-16 15:37 Mikael Pettersson
2005-01-16 15:47 ` Christoph Hellwig
2005-01-16 16:59 Mikael Pettersson
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=20050116120911.GA14085@lst.de \
--to=hch@lst.de \
--cc=bunk@stusta.de \
--cc=davej@codemonkey.org.uk \
--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.