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:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user