Skip to content

Commit

Permalink
[AGPGART] VIA and SiS AGP chipsets are x86-only
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Wilcox authored and Dave Jones committed Dec 12, 2006
1 parent 0ac633b commit 0cfea5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/char/agp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 0cfea5d

Please sign in to comment.