hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/char/agp/Kconfig
....@@ -3,7 +3,7 @@
33 tristate "/dev/agpgart (AGP Support)"
44 depends on ALPHA || IA64 || PARISC || PPC || X86
55 depends on PCI
6
- ---help---
6
+ help
77 AGP (Accelerated Graphics Port) is a bus system mainly used to
88 connect graphics cards to the rest of the system.
99
....@@ -30,7 +30,7 @@
3030 config AGP_ALI
3131 tristate "ALI chipset support"
3232 depends on AGP && X86_32
33
- ---help---
33
+ help
3434 This option gives you AGP support for the GLX component of
3535 X on the following ALi chipsets. The supported chipsets
3636 include M1541, M1621, M1631, M1632, M1641,M1647,and M1651.
....@@ -45,7 +45,7 @@
4545 config AGP_ATI
4646 tristate "ATI chipset support"
4747 depends on AGP && X86_32
48
- ---help---
48
+ help
4949 This option gives you AGP support for the GLX component of
5050 X on the ATI RadeonIGP family of chipsets.
5151
....@@ -63,7 +63,7 @@
6363 This option gives you AGP support for the GLX component of
6464 X using the on-CPU northbridge of the AMD Athlon64/Opteron CPUs.
6565 You still need an external AGP bridge like the AMD 8151, VIA
66
- K8T400M, SiS755. It may also support other AGP bridges when loaded
66
+ K8T400M, SiS755. It may also support other AGP bridges when loaded
6767 with agp_try_unsupported=1.
6868
6969 config AGP_INTEL
....@@ -111,14 +111,14 @@
111111
112112 config AGP_I460
113113 tristate "Intel 460GX chipset support"
114
- depends on AGP && (IA64_DIG || IA64_GENERIC)
114
+ depends on AGP && IA64
115115 help
116116 This option gives you AGP GART support for the Intel 460GX chipset
117117 for IA64 processors.
118118
119119 config AGP_HP_ZX1
120120 tristate "HP ZX1 chipset AGP support"
121
- depends on AGP && (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC)
121
+ depends on AGP && IA64
122122 help
123123 This option gives you AGP GART support for the HP ZX1 chipset
124124 for IA64 processors.
....@@ -149,13 +149,6 @@
149149 help
150150 This option gives you AGP support for the Transmeta Efficeon
151151 series processors with integrated northbridges.
152
-
153
-config AGP_SGI_TIOCA
154
- tristate "SGI TIO chipset AGP support"
155
- depends on AGP && (IA64_SGI_SN2 || IA64_GENERIC)
156
- help
157
- This option gives you AGP GART support for the SGI TIO chipset
158
- for IA64 processors.
159152
160153 config INTEL_GTT
161154 tristate