diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-03 22:43:14 -0800 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-12-29 17:47:23 +1000 |
commit | 06d9f33ceb6be29c453915505a2fc88d80c36417 (patch) | |
tree | 63bc25298c448ee52466be2f60a05052c94e839d /drivers/gpu/drm/Kconfig | |
parent | 79e539453b34e35f39299a899d263b0a1f1670bd (diff) | |
download | blackbird-op-linux-06d9f33ceb6be29c453915505a2fc88d80c36417.tar.gz blackbird-op-linux-06d9f33ceb6be29c453915505a2fc88d80c36417.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-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 will load the correct one. config DRM_I915 + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + select I2C_ALGOBIT + depends on FB tristate "i915 driver" help Choose this option if you have a system that has Intel 830M, 845G, |