* Patch: Fix for r128 DRM compilation problem
@ 2001-01-05 7:34 Gareth Hughes
0 siblings, 0 replies; only message in thread
From: Gareth Hughes @ 2001-01-05 7:34 UTC (permalink / raw)
To: linux-kernel, dri-devel
The 2.4.0 kernel will fail to compile if the r128 DRM module is enabled
but AGP support (agpgart) is not. The following patch fixes this error:
--- linux/drivers/char/drm/Config.in Wed Aug 9 02:27:33 2000
+++ linux.gth/drivers/char/drm/Config.in Fri Jan 5 18:11:53 2001
@@ -9,7 +9,7 @@
if [ "$CONFIG_DRM" != "n" ]; then
tristate ' 3dfx Banshee/Voodoo3+' CONFIG_DRM_TDFX
tristate ' 3dlabs GMX 2000' CONFIG_DRM_GAMMA
- tristate ' ATI Rage 128' CONFIG_DRM_R128
+ dep_tristate ' ATI Rage 128' CONFIG_DRM_R128 $CONFIG_AGP
dep_tristate ' Intel I810' CONFIG_DRM_I810 $CONFIG_AGP
dep_tristate ' Matrox g200/g400' CONFIG_DRM_MGA $CONFIG_AGP
fi
I will apply this to DRI CVS now. Apologies for letting this slip
through.
-- Gareth
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-01-05 7:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-05 7:34 Patch: Fix for r128 DRM compilation problem Gareth Hughes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox