From 852cdf42c063cd1fdea536f9fda8342eae25badd 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 551f34c4fa310..c39910df125bc 100644 --- a/config-mpi +++ b/config-mpi @@ -414,7 +414,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