summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/Kconfig
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-09-08 11:08:32 +1000
committerDave Airlie <airlied@redhat.com>2009-09-08 11:15:58 +1000
commit6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1 (patch)
tree0bab06d1bc08205f3598a0627041e9b2c4abc34c /drivers/gpu/drm/radeon/Kconfig
parent3ce0a23d2d253185df24e22e3d5f89800bb3dd1c (diff)
drm/kms: fix kms helper license + Kconfig
Allow the KMS module to work properly, and also rename it to KMS_HELPER so its clearer what its for. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/Kconfig')
-rw-r--r--drivers/gpu/drm/radeon/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig
index fdd9c8949922..3cc89b271123 100644
--- a/drivers/gpu/drm/radeon/Kconfig
+++ b/drivers/gpu/drm/radeon/Kconfig
@@ -1,7 +1,7 @@
config DRM_RADEON_KMS
bool "Enable modesetting on radeon by default"
depends on DRM_RADEON
- select DRM_MODE_HELPER
+ select DRM_KMS_HELPER
select DRM_TTM
help
Choose this option if you want kernel modesetting enabled by default,