diff options
author | Dave Airlie <airlied@redhat.com> | 2009-09-07 21:09:50 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-07 21:15:59 -0400 |
commit | a0cdc6495bdd0ea12390b9edaf13c8cb653df109 (patch) | |
tree | c9f77662adab2cb11b0b5bd801827e00eeeb7856 /drivers/gpu/drm/Kconfig | |
parent | 6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1 (diff) |
drm/kms/radeon: make kms default a runtime option
This makes the kms/enable disable a runtime not a build time
option.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index d42cf54f7804..e4d971c8b9d0 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -56,8 +56,9 @@ config DRM_RADEON | |||
56 | select FB_CFB_FILLRECT | 56 | select FB_CFB_FILLRECT |
57 | select FB_CFB_COPYAREA | 57 | select FB_CFB_COPYAREA |
58 | select FB_CFB_IMAGEBLIT | 58 | select FB_CFB_IMAGEBLIT |
59 | select FRAMEBUFFER_CONSOLE if !EMBEDDED | ||
60 | select FW_LOADER | 59 | select FW_LOADER |
60 | select DRM_KMS_HELPER | ||
61 | select DRM_TTM | ||
61 | help | 62 | help |
62 | Choose this option if you have an ATI Radeon graphics card. There | 63 | Choose this option if you have an ATI Radeon graphics card. There |
63 | are both PCI and AGP versions. You don't need to choose this to | 64 | are both PCI and AGP versions. You don't need to choose this to |