Explorar o código

kernel: Add CONFIG_FB_DEVICE to kmod-fb

At least kmod-fb-tft depends on CONFIG_FB_DEVICE and can not be
activated without it.

This configuration option was added with kernel 6.6, before this featre
was always activated.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens hai 1 ano
pai
achega
0cf4c8a986
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/kernel/linux/modules/video.mk

+ 1 - 0
package/kernel/linux/modules/video.mk

@@ -83,6 +83,7 @@ define KernelPackage/fb
   DEPENDS:=@DISPLAY_SUPPORT
   KCONFIG:= \
 	CONFIG_FB \
+	CONFIG_FB_DEVICE=y \
 	CONFIG_FB_MXS=n \
 	CONFIG_FB_SM750=n \
 	CONFIG_FRAMEBUFFER_CONSOLE=y \