From ee5afc63428488c9c39e5ecd7d8cdc646a7b65b7 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 29 May 2008 13:58:26 +1000 Subject: modeset: disable radeon ms by default as I'm going to break it. --- linux-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/Makefile') diff --git a/linux-core/Makefile b/linux-core/Makefile index 4ac083fe..b9405bbb 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -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 -- cgit v1.2.3