Skip to content

Commit

Permalink
linux: linux-4.19.57 Switch CONFIG_FB to dynamic
Browse files Browse the repository at this point in the history
Switch CONFIG_FB to dynamic ("m"), which is defaulted.

The two other changes in the minimal config (CONFIG_FB_EFI and
CONFIG_BACKLIGHT_CLASS_DEVICE) are not actual changes in the
configuration but a result of changed defaults.
  • Loading branch information
donald committed Aug 1, 2019
1 parent 581ae3a commit 0f158ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions linux-4.19.57-282.bee
Original file line number Diff line number Diff line change
Expand Up @@ -665,13 +665,11 @@ 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 All @@ -689,6 +687,7 @@ mee_configure() {
CONFIG_FB_UDL=m
CONFIG_FB_IBM_GXT4500=m
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_CARILLO_RANCH=m
CONFIG_BACKLIGHT_APPLE=m
CONFIG_BACKLIGHT_PM8941_WLED=m
Expand Down

0 comments on commit 0f158ff

Please sign in to comment.