# SPDX-License-Identifier: GPL-2.0

config VIDEO_RPI_HEVC_DEC
	tristate "Rasperry Pi HEVC decoder"
	depends on VIDEO_DEV && VIDEO_DEV
	depends on OF
	select MEDIA_CONTROLLER
	select MEDIA_CONTROLLER_REQUEST_API
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_MEM2MEM_DEV
	help
	  Support for the Raspberry Pi HEVC / H265 H/W decoder as a stateless
	  V4L2 decoder device.

	  To compile this driver as a module, choose M here: the module
	  will be called rpi-hevc-dec.

