linuxOS_D21X/source/uboot-2021.10/drivers/video/artinchip/decoder/Kconfig

22 lines
449 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
# SPDX-License-Identifier: GPL-2.0+
config GZIP_DECODE_ARTINCHIP
bool "Enable ArtInChip GZIP decode support"
select ARTINCHIP_VE
help
ArtInChip GZIP hardware decode support
config LOGO_DECODE_ARTINCHIP
bool
select ARTINCHIP_VE
depends on VIDEO_ARTINCHIP
help
ArtInChip hardware decode support
config ARTINCHIP_VE
bool
help
This driver support ArtInChip VE(Video Engine), only including
gzip decode and png decode component.