Fix for KVMFORNFV-23(Fuel installed KVM kernel blank screens on boot). 27/5627/1
authorJosé Pekkarinen <jose.pekkarinen@nokia.com>
Wed, 6 Jan 2016 05:50:48 +0000 (07:50 +0200)
committerJosé Pekkarinen <jose.pekkarinen@nokia.com>
Wed, 6 Jan 2016 05:50:48 +0000 (07:50 +0200)
The configuration of the kernel enables the framebuffer console without
any framebuffer selected other than i915. Adding the VESA compliant
framebuffer should fix this issue.

Change-Id: Icc384e05774e1de20985aeb19dfef25ae2431bb6
Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
kernel/arch/x86/configs/opnfv.config

index d6e595e..502aa78 100644 (file)
@@ -2379,7 +2379,7 @@ CONFIG_FB=y
 # CONFIG_FIRMWARE_EDID is not set
 CONFIG_FB_CMDLINE=y
 # CONFIG_FB_DDC is not set
-# CONFIG_FB_BOOT_VESA_SUPPORT is not set
+CONFIG_FB_BOOT_VESA_SUPPORT=y
 CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_COPYAREA=y
 CONFIG_FB_CFB_IMAGEBLIT=y
@@ -2406,7 +2406,7 @@ CONFIG_FB_TILEBLITTING=y
 # CONFIG_FB_IMSTT is not set
 # CONFIG_FB_VGA16 is not set
 # CONFIG_FB_UVESA is not set
-# CONFIG_FB_VESA is not set
+CONFIG_FB_VESA=y
 # CONFIG_FB_N411 is not set
 # CONFIG_FB_HGA is not set
 # CONFIG_FB_OPENCORES is not set