diff options
author | Dave Airlie <airlied@redhat.com> | 2009-09-07 21:08:32 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-07 21:15:58 -0400 |
commit | 6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1 (patch) | |
tree | 0bab06d1bc08205f3598a0627041e9b2c4abc34c /drivers/gpu/drm/radeon/Kconfig | |
parent | 3ce0a23d2d253185df24e22e3d5f89800bb3dd1c (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/Kconfig | 2 |
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 @@ | |||
1 | config DRM_RADEON_KMS | 1 | config DRM_RADEON_KMS |
2 | bool "Enable modesetting on radeon by default" | 2 | bool "Enable modesetting on radeon by default" |
3 | depends on DRM_RADEON | 3 | depends on DRM_RADEON |
4 | select DRM_MODE_HELPER | 4 | select DRM_KMS_HELPER |
5 | select DRM_TTM | 5 | select DRM_TTM |
6 | help | 6 | help |
7 | Choose this option if you want kernel modesetting enabled by default, | 7 | Choose this option if you want kernel modesetting enabled by default, |