All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: davej@codemonkey.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fix CONFIG_AGP depencies
Date: Sun, 16 Jan 2005 12:44:57 +0100	[thread overview]
Message-ID: <20050116114457.GA13506@lst.de> (raw)

When I did an allmodconfig on ppc64 it selected agp although ppc64
doesn't support agp and has not agp.h so the build failed.

This patch makes CONFIG_AGP depend on the architectures that actually
support agp.


--- 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 || PPC || X86
 	default y if GART_IOMMU
 	---help---
 	  AGP (Accelerated Graphics Port) is a bus system mainly used to

             reply	other threads:[~2005-01-16 11:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-16 11:44 Christoph Hellwig [this message]
2005-01-16 12:05 ` [PATCH] fix CONFIG_AGP depencies Adrian Bunk
2005-01-16 12:09   ` Christoph Hellwig
  -- 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=20050116114457.GA13506@lst.de \
    --to=hch@lst.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.