From: Jesse Barnes Date: Tue, 12 May 2009 16:08:31 +0000 (-0700) Subject: drm/i915: automatically select FRAMEBUFFER_CONSOLE if !EMBEDDED X-Git-Tag: firefly_0821_release~14180^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f29ce72795bf335553ab972606bc576b5473995e;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 3a22eb9be378..17b24c580c09 100644 --- a/drivers/gpu/drm/Kconfig +++ b/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,