添加开机动画

This commit is contained in:
2024-11-26 18:20:55 +08:00
parent bf2d5ed158
commit 377dd03939
4 changed files with 721 additions and 514 deletions

View File

@@ -197,6 +197,20 @@ config DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO
If true, the 'HAS' logo framebuffer will be loaded by specified data
to be displayed.
config LOGO_FRONT
bool "front logo display"
depends on DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO
default n
---help---
If true, the front logo will be displayed during kernel.
config LOGO_BACK
bool "back logo display"
depends on DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO
default n
---help---
If true, the back logo will be displayed during kernel.
config DISP2_SUNXI_DEBUG
bool "debugfs support for disp driver(sunxi-disp2)"
depends on DISP2_SUNXI

File diff suppressed because it is too large Load Diff