From: Matthew Wilcox Date: Mon, 4 Dec 2006 10:43:14 +0000 (-0700) Subject: [AGPGART] VIA and SiS AGP chipsets are x86-only X-Git-Tag: v2.6.20-rc1~142^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0cfea5dd98205f2fa318836da664a7d7df1afbc1;p=~emulex%2Finfiniband.git [AGPGART] VIA and SiS AGP chipsets are x86-only 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 Signed-off-by: Dave Jones --- diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig index 22f8cf218cc..3d7cad7841d 100644 --- a/drivers/char/agp/Kconfig +++ b/drivers/char/agp/Kconfig @@ -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.