Browse Source

drivers: media: platorm: Kconfig: Add Video encoder kconfig entries

Add video encoder basic config to Kconfig
and select the required V4L2 modules.

Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Reviewed-by: Benoit Parrot <bparrot@ti.com>
Angela Stegmaier 6 years ago
parent
commit
42f71ac57e
1 changed files with 13 additions and 0 deletions
  1. 13 0
      drivers/media/platform/Kconfig

+ 13 - 0
drivers/media/platform/Kconfig

@@ -494,6 +494,19 @@ config VIDEO_IMG_VXD_DEC
 	Imagination D5520 (Video Decoder) hardware.
 	The module name when built is vxd-dec.
 
+config VIDEO_IMG_VXE_ENC
+	tristate "IMG VXE ENC (Video Encoder) driver"
+	depends on VIDEO_DEV && VIDEO_V4L2
+	depends on ARCH_K3_J721E_SOC || COMPILE_TEST
+	select VIDEOBUF2_CORE
+	select VIDEOBUF2_DMA_CONTIG
+	select VIDEOBUF2_DMA_SG
+	select V4L2_MEM2MEM_DEV
+	---help---
+	This is an IMG VXE ENC V4L2 driver that adds support for the
+	Imagination VXE384 (Video Encoder) hardware.
+	The module name when built is vxe-enc.
+
 config VIDEO_QCOM_VENUS
 	tristate "Qualcomm Venus V4L2 encoder/decoder driver"
 	depends on VIDEO_DEV && VIDEO_V4L2