Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0cfea5dd98205f2fa318836da664a7d7df1afbc1
Commit:     0cfea5dd98205f2fa318836da664a7d7df1afbc1
Parent:     0ac633b23db91e48210179e31dd88ad9e9a8aba9
Author:     Matthew Wilcox <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 4 03:43:14 2006 -0700
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Tue Dec 12 18:10:52 2006 -0500

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 drivers/char/agp/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig
index 22f8cf2..3d7cad7 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to