duos kernel enable simplefb

In fact, we don't really use simplefb, but just use it to integrate
the following three modules that cvi_fb depends on into the kernel,
so that we don't need to manually insmod these three modules
before loading cvi_fb.ko

CONFIG_FB_CFB_COPYAREA
CONFIG_FB_CFB_FILLRECT
CONFIG_FB_CFB_IMAGEBLIT

Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
carbon
2024-06-28 14:49:21 +08:00
parent f12f1ee968
commit e8ed043435
2 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ CONFIG_THERMAL_EMULATION=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
CONFIG_FB=y
CONFIG_FB_SIMPLE=y
CONFIG_FB_CVITEK=m
CONFIG_SOUND=y
CONFIG_SND=y

View File

@ -145,6 +145,7 @@ CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_EMULATION=y
CONFIG_WATCHDOG=y
CONFIG_FB=y
CONFIG_FB_SIMPLE=y
CONFIG_FB_CVITEK=m
CONFIG_SOUND=y
CONFIG_SND=y