Skip to content

Commit

Permalink
linux-5.4_rc3: Set CONFIG_FB=y CONFIG_FB_EFI=y
Browse files Browse the repository at this point in the history
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 0f158ff ("linux:
linux-4.19.57 Switch CONFIG_FB to dynamic").
  • Loading branch information
donald committed Oct 14, 2019
1 parent f32e651 commit ae84cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-5.4_rc3-296.bee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae84cfd

Please sign in to comment.