Ver código fonte

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>
Eric Anholt 16 anos atrás
pai
commit
06d9f33ceb
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      drivers/gpu/drm/Kconfig

+ 5 - 0
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,