[AGPGART] VIA and SiS AGP chipsets are x86-only
authorMatthew Wilcox <matthew@wil.cx>
Mon, 4 Dec 2006 10:43:14 +0000 (03:43 -0700)
committerDave Jones <davej@redhat.com>
Tue, 12 Dec 2006 23:10:52 +0000 (18:10 -0500)
There's no point in troubling the Alpha, IA-64, PowerPC and PARISC
people with SiS and VIA options.  Andrew thinks it helps find bugs,
but there's no evidence of that.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/Kconfig

index 22f8cf218cc6443a1af9f523ae49dfc47fe56340..3d7cad7841de86a42e54777f07b19debb8d5e3d4 100644 (file)
@@ -86,7 +86,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 +103,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.