diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2003-04-10 03:10:20 +0100 |
|---|---|---|
| committer | Dave Jones <davej@tetrachloride.(none)> | 2003-04-10 03:10:20 +0100 |
| commit | 4d31324f3f422cc59221f58b563786cdb44ce3fd (patch) | |
| tree | 03449583e3b33303511a0369f3db122c546404c4 | |
| parent | 993f989d13a9c47f6f9f84d89257838be0b203c5 (diff) | |
[AGPGART] Kconfig cleanups. (Remove no longer needed E7x05 entries)
| -rw-r--r-- | drivers/char/agp/Kconfig | 18 |
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 - |
