blob: a21f5a39a440fe64a98f6bc04879fef65d753292 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001if VIDEO_V4L2
2
3menu "SPI helper chips"
4 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
5
6config VIDEO_GS1662
7 tristate "Gennum Serializers video"
8 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
9 ---help---
10 Enable the GS1662 driver which serializes video streams.
11
12endmenu
13
14endif