diff options
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 64a57adc0a2c..c961fe415aef 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -19,7 +19,7 @@ menuconfig DRM | |||
19 | (/dev/agpgart) support. | 19 | (/dev/agpgart) support. |
20 | 20 | ||
21 | config DRM_TTM | 21 | config DRM_TTM |
22 | tristate "TTM memory manager" | 22 | tristate |
23 | depends on DRM | 23 | depends on DRM |
24 | help | 24 | help |
25 | GPU memory management subsystem for devices with multiple | 25 | GPU memory management subsystem for devices with multiple |
@@ -44,6 +44,11 @@ config DRM_R128 | |||
44 | config DRM_RADEON | 44 | config DRM_RADEON |
45 | tristate "ATI Radeon" | 45 | tristate "ATI Radeon" |
46 | depends on DRM && PCI | 46 | depends on DRM && PCI |
47 | select FB_CFB_FILLRECT | ||
48 | select FB_CFB_COPYAREA | ||
49 | select FB_CFB_IMAGEBLIT | ||
50 | select FB | ||
51 | select FRAMEBUFFER_CONSOLE if !EMBEDDED | ||
47 | help | 52 | help |
48 | Choose this option if you have an ATI Radeon graphics card. There | 53 | Choose this option if you have an ATI Radeon graphics card. There |
49 | are both PCI and AGP versions. You don't need to choose this to | 54 | are both PCI and AGP versions. You don't need to choose this to |