modeset: disable radeon ms by default
authorDave Airlie <airlied@redhat.com>
Thu, 29 May 2008 03:58:26 +0000 (13:58 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 29 May 2008 03:58:26 +0000 (13:58 +1000)
as I'm going to break it.

linux-core/Makefile

index 4ac083f..b9405bb 100644 (file)
@@ -328,7 +328,7 @@ ifneq (,$(findstring xgi,$(DRM_MODULES)))
 CONFIG_DRM_XGI := m
 endif
 ifneq (,$(findstring radeon_ms,$(DRM_MODULES)))
-CONFIG_DRM_RADEON_MS := m
+#CONFIG_DRM_RADEON_MS := m
 endif
 
 # These require AGP support