diff options
author | José Pekkarinen <jose.pekkarinen@nokia.com> | 2016-01-06 07:50:48 +0200 |
---|---|---|
committer | José Pekkarinen <jose.pekkarinen@nokia.com> | 2016-01-06 07:50:48 +0200 |
commit | 39c71287a368692ccf464642f21c2e97b30d8065 (patch) | |
tree | d76aace8521801eefa6502ef66bfa9732db448ca /kernel/arch/x86/configs/opnfv.config | |
parent | bbfa2a7a09611186681e494844af228c18217941 (diff) |
Fix for KVMFORNFV-23(Fuel installed KVM kernel blank screens on boot).
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>
Diffstat (limited to 'kernel/arch/x86/configs/opnfv.config')
-rw-r--r-- | kernel/arch/x86/configs/opnfv.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/arch/x86/configs/opnfv.config b/kernel/arch/x86/configs/opnfv.config index d6e595e1d..502aa78ee 100644 --- a/kernel/arch/x86/configs/opnfv.config +++ b/kernel/arch/x86/configs/opnfv.config @@ -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 |