Skip to content

Commit

Permalink
linux-5.5_rc7: 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
pmenzel committed Jan 20, 2020
1 parent 81d02d3 commit f08e7f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-5.5_rc7-316.bee
Original file line number Diff line number Diff line change
Expand Up @@ -660,11 +660,13 @@ mee_configure() {
CONFIG_DRM_MGAG200=m
CONFIG_DRM_CIRRUS_QEMU=m
CONFIG_DRM_BOCHS=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 f08e7f8

Please sign in to comment.