Explorar el Código

drm/i915: automatically select FRAMEBUFFER_CONSOLE if !EMBEDDED

People keep getting bitten by this, so just auto-select it by default,
assuming most configurations will actually want a console.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Jesse Barnes hace 16 años
padre
commit
f29ce72795
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      drivers/gpu/drm/Kconfig

+ 1 - 0
drivers/gpu/drm/Kconfig

@@ -71,6 +71,7 @@ config DRM_I915
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
 	select FB
+	select FRAMEBUFFER_CONSOLE if !EMBEDDED
 	tristate "i915 driver"
 	help
 	  Choose this option if you have a system that has Intel 830M, 845G,