drm/radeon/kms: move radeon KMS on/off switch out of staging.
authorDave Airlie <airlied@redhat.com>
Mon, 1 Feb 2010 01:35:47 +0000 (11:35 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 1 Feb 2010 01:35:47 +0000 (11:35 +1000)
We are happy enough that the KMS driver is stable enough for enough people
for the kms enable/disable to leave staging. Distros can now contemplate
turning this on.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/Kconfig
drivers/staging/Kconfig

index 96eddd1..305c590 100644 (file)
@@ -66,6 +66,8 @@ config DRM_RADEON
 
          If M is selected, the module will be called radeon.
 
+source "drivers/gpu/drm/radeon/Kconfig"
+
 config DRM_I810
        tristate "Intel I810"
        depends on DRM && AGP && AGP_INTEL
index 9533ab6..28e9b04 100644 (file)
@@ -103,8 +103,6 @@ source "drivers/staging/line6/Kconfig"
 
 source "drivers/gpu/drm/vmwgfx/Kconfig"
 
-source "drivers/gpu/drm/radeon/Kconfig"
-
 source "drivers/gpu/drm/nouveau/Kconfig"
 
 source "drivers/staging/octeon/Kconfig"