diff options
author | Dave Airlie <airlied@redhat.com> | 2010-02-01 01:35:47 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-02-01 01:35:47 (GMT) |
commit | f71d0187987e691516cd10c2702f002c0e2f0edc (patch) | |
tree | 0fe6da59d5abd5e292e1f02eaa5580b284b90e41 /drivers/gpu/drm/Kconfig | |
parent | ff82f052d2a187dd0fa0e431ba70eb457c71a40e (diff) | |
download | linux-f71d0187987e691516cd10c2702f002c0e2f0edc.tar.xz |
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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 96eddd1..305c590 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 |