Made radeon_ms not always compile
authorJakob Bornecrantz <jakob@aurora.(none)>
Fri, 18 Jan 2008 14:00:31 +0000 (15:00 +0100)
committerJakob Bornecrantz <jakob@aurora.(none)>
Fri, 18 Jan 2008 14:00:31 +0000 (15:00 +0100)
linux-core/Makefile

index 76ed3e3..2f33e5d 100644 (file)
@@ -287,7 +287,7 @@ CONFIG_DRM_MACH64 := n
 CONFIG_DRM_NV := n
 CONFIG_DRM_NOUVEAU := n
 CONFIG_DRM_XGI := n
-CONFIG_DRM_RADEON_MS := m
+CONFIG_DRM_RADEON_MS := n
 
 # Enable module builds for the modules requested/supported.
 
@@ -327,6 +327,9 @@ endif
 ifneq (,$(findstring xgi,$(DRM_MODULES)))
 CONFIG_DRM_XGI := m
 endif
+ifneq (,$(findstring radeon_ms,$(DRM_MODULES)))
+CONFIG_DRM_RADEON_MS := m
+endif
 
 # These require AGP support