diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-04 01:43:14 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-12-29 02:47:23 -0500 |
commit | 06d9f33ceb6be29c453915505a2fc88d80c36417 (patch) | |
tree | 63bc25298c448ee52466be2f60a05052c94e839d | |
parent | 79e539453b34e35f39299a899d263b0a1f1670bd (diff) |
drm/i915: Register module dependencies for the modesetting code.
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | drivers/gpu/drm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 5f26d6c840de..6903e5436f85 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -65,6 +65,11 @@ config DRM_I830 | |||
65 | will load the correct one. | 65 | will load the correct one. |
66 | 66 | ||
67 | config DRM_I915 | 67 | config DRM_I915 |
68 | select FB_CFB_FILLRECT | ||
69 | select FB_CFB_COPYAREA | ||
70 | select FB_CFB_IMAGEBLIT | ||
71 | select I2C_ALGOBIT | ||
72 | depends on FB | ||
68 | tristate "i915 driver" | 73 | tristate "i915 driver" |
69 | help | 74 | help |
70 | Choose this option if you have a system that has Intel 830M, 845G, | 75 | Choose this option if you have a system that has Intel 830M, 845G, |