Skip to content

Commit

Permalink
Add kernel options missing as a result of enabling CONFIG_EXPERT (#3114)
Browse files Browse the repository at this point in the history
Enabling CONFIG_EXPERT, which was a dependency of some options we try
to set by our config fragments, had a side-effect of toggling some other
options, most importantly the framebuffer console support. Enable the
options found by diffing old and new kernel configs.

Fixes #3112

(cherry picked from commit 3d23414)
  • Loading branch information
sairon committed Jan 26, 2024
1 parent 113348e commit 01c8c1a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions buildroot-external/board/hardkernel/kernel-amlogic.config
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ CONFIG_FB_EFI=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_PWM=m
CONFIG_BACKLIGHT_LP855X=m
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_HDA_INTEL=m
Expand Down
1 change: 1 addition & 0 deletions buildroot-external/board/khadas/kernel-vim.config
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ CONFIG_DRM_PANFROST=m
CONFIG_FB=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_PWM=m
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_DYNAMIC_MINORS=y
Expand Down
4 changes: 4 additions & 0 deletions buildroot-external/board/pc/generic-x86-64/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ CONFIG_SYSFB=y
CONFIG_FB=y
CONFIG_FB_EFI=y

CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y

CONFIG_DRM=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_AMDGPU=m
Expand Down Expand Up @@ -129,6 +132,7 @@ CONFIG_SENSORS_CORETEMP=m

CONFIG_UHID=y

CONFIG_LPC_ICH=y
CONFIG_ITCO_WDT=y
CONFIG_IT87_WDT=y

Expand Down
3 changes: 3 additions & 0 deletions buildroot-external/board/pc/ova/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ CONFIG_SYSFB_SIMPLEFB=y
CONFIG_FB=y
CONFIG_FB_EFI=y

CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y

CONFIG_MMC=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_SDHCI=y
Expand Down
5 changes: 3 additions & 2 deletions buildroot-external/kernel/device-support.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ CONFIG_BT_MTKUART=m

# Multimedia core support
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_SUPPORT_FILTER=n
CONFIG_MEDIA_SUPPORT_FILTER=y
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_MEDIA_CONTROLLER_DVB=y
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_VIDEO_TVEEPROM=m
CONFIG_VIDEOBUF2_CORE=m
Expand Down

0 comments on commit 01c8c1a

Please sign in to comment.