diff options
author | Dave Airlie <airlied@redhat.com> | 2008-05-29 13:58:26 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-05-29 13:58:26 +1000 |
commit | ee5afc63428488c9c39e5ecd7d8cdc646a7b65b7 (patch) | |
tree | 389411065a91246b303e4c41c89afbcb122c3ebd /linux-core/Makefile | |
parent | 3a3f39d144c47ce937d6924d344a9ad3d82a2db5 (diff) |
modeset: disable radeon ms by default
as I'm going to break it.
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |