aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/agp/Kconfig')
-rw-r--r--drivers/char/agp/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig
index 0b9cf9c59a21..46685a540772 100644
--- a/drivers/char/agp/Kconfig
+++ b/drivers/char/agp/Kconfig
@@ -1,7 +1,6 @@
1config AGP 1config AGP
2 tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU 2 tristate "/dev/agpgart (AGP Support)"
3 depends on ALPHA || IA64 || PPC || X86 3 depends on ALPHA || IA64 || PPC || X86
4 default y if GART_IOMMU
5 ---help--- 4 ---help---
6 AGP (Accelerated Graphics Port) is a bus system mainly used to 5 AGP (Accelerated Graphics Port) is a bus system mainly used to
7 connect graphics cards to the rest of the system. 6 connect graphics cards to the rest of the system.
@@ -86,7 +85,7 @@ config AGP_NVIDIA
86 85
87config AGP_SIS 86config AGP_SIS
88 tristate "SiS chipset support" 87 tristate "SiS chipset support"
89 depends on AGP && X86_32 88 depends on AGP
90 help 89 help
91 This option gives you AGP support for the GLX component of 90 This option gives you AGP support for the GLX component of
92 X on Silicon Integrated Systems [SiS] chipsets. 91 X on Silicon Integrated Systems [SiS] chipsets.