summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/Kconfig
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-09-07 15:45:33 +1000
committerDave Airlie <airlied@redhat.com>2009-09-07 15:45:33 +1000
commit13a8195b148615b15a4f4385f695f2a232095414 (patch)
tree28b12c0ca74e88cd0b310598c6efb7f78f8a027f /drivers/gpu/drm/radeon/Kconfig
parentadf551bb25bfb83b79ce3c3887557ed817e26cc9 (diff)
drm: split crtc/fb helpers into a separate module
I really don't want to have core drm module rely on CONFIG_FB, so this is the easiest answer. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/Kconfig')
-rw-r--r--drivers/gpu/drm/radeon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig
index 2168d67f09a6..fdd9c8949922 100644
--- a/drivers/gpu/drm/radeon/Kconfig
+++ b/drivers/gpu/drm/radeon/Kconfig
@@ -1,6 +1,7 @@
config DRM_RADEON_KMS
bool "Enable modesetting on radeon by default"
depends on DRM_RADEON
+ select DRM_MODE_HELPER
select DRM_TTM
help
Choose this option if you want kernel modesetting enabled by default,