Files
linux/drivers/media/platform/raspberrypi/hevc_dec/Kconfig
John Cox 1555a703e9 media: platform: Add Raspberry Pi HEVC decoder driver
The BCM2711 and BCM2712 SoCs used on Rapsberry Pi 4 and Raspberry
Pi 5 boards include an HEVC decoder block. Add a driver for it.

Signed-off-by: John Cox <john.cox@raspberrypi.com>
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
2025-10-14 13:36:19 +01:00

18 lines
465 B
Plaintext

# 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.