summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorMarvin Lin <milkfafa@gmail.com>2023-09-22 14:24:05 +0800
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2023-09-27 09:40:02 +0200
commit46c15a4ff1f4fe078c5b250fb2570020211eab38 (patch)
treec14ef11b2b61a25ba89288249de628c3210137ee /drivers/media/platform/Kconfig
parent1568583b3977f232e6e7a652fd4be95a11d0ecae (diff)
downloadlinux-stable-46c15a4ff1f4fe078c5b250fb2570020211eab38.tar.gz
linux-stable-46c15a4ff1f4fe078c5b250fb2570020211eab38.tar.bz2
linux-stable-46c15a4ff1f4fe078c5b250fb2570020211eab38.zip
media: nuvoton: Add driver for NPCM video capture and encoding engine
Add driver for Video Capture/Differentiation Engine (VCD) and Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs. As described in the datasheet NPCM750D_DS_Rev_1.0, the VCD can capture frames from digital video input and compare two frames in memory, and then the ECE can compress the frame data into HEXTILE format. This driver implements V4L2 interfaces and provides user controls to support KVM feature, also tested with VNC Viewer ver.6.22.826 and openbmc/obmc-ikvm. Signed-off-by: Marvin Lin <milkfafa@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index ee579916f874..91e54215de3a 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -73,6 +73,7 @@ source "drivers/media/platform/intel/Kconfig"
source "drivers/media/platform/marvell/Kconfig"
source "drivers/media/platform/mediatek/Kconfig"
source "drivers/media/platform/microchip/Kconfig"
+source "drivers/media/platform/nuvoton/Kconfig"
source "drivers/media/platform/nvidia/Kconfig"
source "drivers/media/platform/nxp/Kconfig"
source "drivers/media/platform/qcom/Kconfig"