mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 07:25:09 +07:00
![Charles-Antoine Couret](/assets/img/avatar_default.png)
You can read datasheet here: http://www.c-dis.net/media/871/GS1662_Datasheet.pdf It's a component which supports HD and SD CEA or SDI formats to SDI output. It's configured through SPI bus. GS1662 driver is implemented as v4l2 subdev. Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
if VIDEO_V4L2
|
|
|
|
config VIDEO_GS1662
|
|
tristate "Gennum Serializers video"
|
|
depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
|
---help---
|
|
Enable the GS1662 driver which serializes video streams.
|
|
|
|
endif
|