From 6c95d59de434a14716e675224f544973f79b8132 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 19 Jul 2023 17:51:46 +0200 Subject: [PATCH] config-mpi: Build coreboot framebuffer into Linux (GOOGLE_FRAMEBUFFER_COREBOOT=y) > This option enables the kernel to search for a framebuffer in > the coreboot table. If found, it is registered with simplefb. The framebuffer is needed in the beginning before being able to load modules, so build it into the Linux kernel, requiring to build coreboot tables into Linux too (`GOOGLE_COREBOOT_TABLE=y`). --- config-mpi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-mpi b/config-mpi index 50499912e36de..ea3426b06be3d 100644 --- a/config-mpi +++ b/config-mpi @@ -404,7 +404,8 @@ CONFIG_DEVTMPFS_MOUNT=y CONFIG_FW_LOADER_USER_HELPER=y CONFIG_CONNECTOR=y CONFIG_GOOGLE_FIRMWARE=y -CONFIG_GOOGLE_COREBOOT_TABLE=m +CONFIG_GOOGLE_COREBOOT_TABLE=y +CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=y CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m CONFIG_PARPORT=y CONFIG_PARPORT_PC=y