Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / drivers / staging / media / rpivid / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 config VIDEO_RPIVID
4         tristate "Rpi H265 driver"
5         depends on VIDEO_DEV && VIDEO_V4L2
6         depends on OF
7         select MEDIA_CONTROLLER
8         select MEDIA_CONTROLLER_REQUEST_API
9         select VIDEOBUF2_DMA_CONTIG
10         select V4L2_MEM2MEM_DEV
11         help
12           Support for the Rpi H265 h/w decoder.
13
14           To compile this driver as a module, choose M here: the module
15           will be called rpivid-hevc.
16