summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/char/agp/Kconfig18
1 files changed, 3 insertions, 15 deletions
diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig
index 7b19665768f6..fa9baf530943 100644
--- a/drivers/char/agp/Kconfig
+++ b/drivers/char/agp/Kconfig
@@ -34,12 +34,12 @@ config AGP3
depends on AGP
config AGP_INTEL
- tristate "Intel 440LX/BX/GX and I815/I820/830M/I830MP/I840/I845/845G/I850/852GM/855GM/I860/865G support"
+ tristate "Intel 440LX/BX/GX, I8xx and E7x05 support"
depends on AGP
help
This option gives you AGP support for the GLX component of the
- XFree86 4.x on Intel 440LX/BX/GX, 815, 820, 830, 840, 845, 850
- and 860 chipsets and full support for the 810, 815, 830M, 845G,
+ XFree86 4.x on Intel 440LX/BX/GX, 815, 820, 830, 840, 845, 850, 860
+ E7205 and E7505 chipsets and full support for the 810, 815, 830M, 845G,
852GM, 855GM and 865G integrated graphics chipsets.
You should say Y here if you use XFree86 3.3.6 or 4.x and want to
@@ -139,15 +139,3 @@ config AGP_ALPHA_CORE
depends on AGP && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL)
default AGP
-# Put AGP 3.0 entries below here.
-
-config AGP_I7x05
- tristate "Intel 7205/7505 support (AGP 3.0)"
- depends on AGP3
- help
- This option gives you AGP support for the GLX component of the
- XFree86 4.x on Intel I7505 chipsets.
-
- You should say Y here if you use XFree86 3.3.6 or 4.x and want to
- use GLX or DRI. If unsure, say N
-