From 0d026895720114183f869f8128e918f296e2feed Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 25 Nov 2019 13:52:00 +0100 Subject: [PATCH] linux-5.4: Set CONFIG_FB=y CONFIG_FB_EFI=y We need CONFIG_FB_EFI=y for early linux console messages when booted from EFI. This option required CONFIG_FB=y, so set both. This reverts 0f158ff62c2c4937ba1d2ce757f414c7d62f39ee ("linux: linux-4.19.57 Switch CONFIG_FB to dynamic"). --- linux-5.4-302.bee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-5.4-302.bee b/linux-5.4-302.bee index 067259741..a9d063cf9 100755 --- a/linux-5.4-302.bee +++ b/linux-5.4-302.bee @@ -658,11 +658,13 @@ mee_configure() { CONFIG_DRM_CIRRUS_QEMU=m CONFIG_DRM_BOCHS=m CONFIG_DRM_TINYDRM=m + CONFIG_FB=y CONFIG_FB_CIRRUS=m CONFIG_FB_PM2=m CONFIG_FB_CYBER2000=m CONFIG_FB_ARC=m CONFIG_FB_VGA16=m + CONFIG_FB_EFI=y CONFIG_FB_NVIDIA=m CONFIG_FB_NVIDIA_I2C=y CONFIG_FB_NVIDIA_DEBUG=y