Revert "rockchip: pack Hantro VPU driver"

Needs more work.

This reverts commit 57128cc2ef.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-05-01 20:18:41 +08:00
parent 57128cc2ef
commit 8acaa11bfb
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 0 additions and 20 deletions

View File

@ -7891,7 +7891,6 @@ CONFIG_VHOST_MENU=y
# CONFIG_VIDEO_RDACM21 is not set
# CONFIG_VIDEO_RJ54N1 is not set
# CONFIG_VIDEO_ROCKCHIP_ISP1 is not set
# CONFIG_VIDEO_ROCKCHIP_RGA is not set
# CONFIG_VIDEO_RP1_CFE is not set
# CONFIG_VIDEO_S5C73M3 is not set
# CONFIG_VIDEO_S5K4ECGX is not set

View File

@ -69,22 +69,3 @@ define KernelPackage/saradc-rockchip/description
endef
$(eval $(call KernelPackage,saradc-rockchip))
define KernelPackage/video-hantro-rockchip
SUBMENU:=$(VIDEO_MENU)
TITLE:=Hantro VPU support
DEPENDS:=@TARGET_rockchip kmod-video-core +kmod-video-mem2mem +kmod-video-dma
KCONFIG:= \
CONFIG_VIDEO_HANTRO \
CONFIG_VIDEO_HANTRO_ROCKCHIP=y
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/verisilicon/hantro-vpu.ko
AUTOLOAD:=$(call AutoProbe,hantro-vpu)
$(call AddDepends/video)
endef
define KernelPackage/video-hantro-rockchip/description
Support for the Hantro IP based Video Processing Units present on
Rockchip SoCs, which accelerate video and image encoding and decoding.
endef
$(eval $(call KernelPackage,video-hantro-rockchip))