# SPDX-License-Identifier: GPL-2.0

config VIDEO_RPIVID
	tristate "Rpi H265 driver"
	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 Rpi H265 h/w decoder.

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

