Merge with Linux 2.4.0-test6-pre2.
[linux-2.6/linux-mips.git] / drivers / char / drm / Config.in
blobd24d6597004dd612d9c11412b033cdfcca4994c6
2 # drm device configuration
4 # This driver provides support for the
5 # Direct Rendering Infrastructure (DRI) in XFree86 4.x.
8 tristate 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM
9 if [ "$CONFIG_DRM" != "n" ]; then
10     tristate '  3dfx Banshee/Voodoo3+' CONFIG_DRM_TDFX
11     tristate '  3dlabs GMX 2000' CONFIG_DRM_GAMMA
12     tristate '  ATI Rage 128' CONFIG_DRM_R128
13     dep_tristate '  Intel I810' CONFIG_DRM_I810 $CONFIG_AGP
14     dep_tristate '  Matrox g200/g400' CONFIG_DRM_MGA $CONFIG_AGP