summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorDave Airlie2010-02-01 02:35:47 +0100
committerDave Airlie2010-02-01 02:35:47 +0100
commitf71d0187987e691516cd10c2702f002c0e2f0edc (patch)
tree0fe6da59d5abd5e292e1f02eaa5580b284b90e41 /drivers/gpu/drm/Kconfig
parentdrm/radeon/kms: Bailout of blit if error happen & protect with mutex V3 (diff)
downloadkernel-qcow2-linux-f71d0187987e691516cd10c2702f002c0e2f0edc.tar.gz
kernel-qcow2-linux-f71d0187987e691516cd10c2702f002c0e2f0edc.tar.xz
kernel-qcow2-linux-f71d0187987e691516cd10c2702f002c0e2f0edc.zip
drm/radeon/kms: move radeon KMS on/off switch out of staging.
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>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 96eddd17e050..305c59003963 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -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