From: Matthew Wilcox <matthew@wil.cx>
To: Dave Jones <davej@redhat.com>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: [PATCH] Limit VIA and SIS AGP choices to x86
Date: Wed, 5 Jul 2006 11:57:25 -0600 [thread overview]
Message-ID: <20060705175725.GL1605@parisc-linux.org> (raw)
As far as I am aware, Alpha, PPC and IA64 don't have VIA or SIS AGP
chipsets available.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Index: ./drivers/char/agp/Kconfig
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/char/agp/Kconfig,v
retrieving revision 1.16
diff -u -p -r1.16 Kconfig
--- ./drivers/char/agp/Kconfig 13 Jun 2006 16:25:20 -0000 1.16
+++ ./drivers/char/agp/Kconfig 5 Jul 2006 17:52:48 -0000
@@ -75,8 +75,6 @@ config AGP_INTEL
E7205 and E7505 chipsets and full support for the 810, 815, 830M,
845G, 852GM, 855GM, 865G and I915 integrated graphics chipsets.
-
-
config AGP_NVIDIA
tristate "NVIDIA nForce/nForce2 chipset support"
depends on AGP && X86_32
@@ -86,7 +84,7 @@ config AGP_NVIDIA
config AGP_SIS
tristate "SiS chipset support"
- depends on AGP
+ depends on AGP && X86
help
This option gives you AGP support for the GLX component of
X on Silicon Integrated Systems [SiS] chipsets.
@@ -103,7 +101,7 @@ config AGP_SWORKS
config AGP_VIA
tristate "VIA chipset support"
- depends on AGP
+ depends on AGP && X86
help
This option gives you AGP support for the GLX component of
X on VIA MVP3/Apollo Pro chipsets.
next reply other threads:[~2006-07-05 17:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-05 17:57 Matthew Wilcox [this message]
2006-07-05 18:10 ` [PATCH] Limit VIA and SIS AGP choices to x86 Andrew Morton
2006-07-05 18:24 ` Ben Pfaff
2006-07-05 19:24 ` Dave Jones
2006-07-05 19:21 ` Dave Jones
2006-07-05 19:27 ` Arjan van de Ven
2006-07-05 19:36 ` Dave Jones
2006-07-05 21:39 ` H. Peter Anvin
2006-07-07 7:31 ` Indrek Kruusa
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=20060705175725.GL1605@parisc-linux.org \
--to=matthew@wil.cx \
--cc=akpm@osdl.org \
--cc=davej@redhat.com \
--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.