aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/rockchip/vpu/Kconfig
blob: 9a6fc137824208e7bcba635d9d7add09a2e98929 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
config VIDEO_ROCKCHIP_VPU
	tristate "Rockchip VPU driver"
	depends on ARCH_ROCKCHIP || COMPILE_TEST
	depends on VIDEO_DEV && VIDEO_V4L2 && MEDIA_CONTROLLER
	select VIDEOBUF2_DMA_CONTIG
	select VIDEOBUF2_VMALLOC
	select V4L2_MEM2MEM_DEV
	default n
	help
	  Support for the Video Processing Unit present on Rockchip SoC,
	  which accelerates video and image encoding and decoding.
	  To compile this driver as a module, choose M here: the module
	  will be called rockchip-vpu.