public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Limit VIA and SIS AGP choices to x86
@ 2006-07-05 17:57 Matthew Wilcox
  2006-07-05 18:10 ` Andrew Morton
  2006-07-05 19:21 ` Dave Jones
  0 siblings, 2 replies; 9+ messages in thread
From: Matthew Wilcox @ 2006-07-05 17:57 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel, Andrew Morton


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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-07-07  7:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 17:57 [PATCH] Limit VIA and SIS AGP choices to x86 Matthew Wilcox
2006-07-05 18:10 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox