You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
669 B
29 lines
669 B
# SPDX-License-Identifier: GPL-2.0
|
|
config VIDEO_ROCKCHIP_VPSS
|
|
tristate "Rockchip Video Processing Sub System driver"
|
|
depends on V4L_PLATFORM_DRIVERS
|
|
depends on VIDEO_DEV
|
|
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
|
depends on CPU_RK3576 || CPU_RV1126B
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_CMA_SG
|
|
default n
|
|
help
|
|
Support for VPSS on the rockchip SoC.
|
|
|
|
config VIDEO_ROCKCHIP_VPSS_V10
|
|
bool "vpss1 for rk3576"
|
|
depends on CPU_RK3576
|
|
depends on VIDEO_ROCKCHIP_VPSS
|
|
default y
|
|
help
|
|
Support for rk3576
|
|
|
|
config VIDEO_ROCKCHIP_VPSS_V20
|
|
bool "vpss2 for rv1126b"
|
|
depends on CPU_RV1126B
|
|
depends on VIDEO_ROCKCHIP_VPSS
|
|
default y
|
|
help
|
|
Support for rv1126b
|