lin
2025-02-18 59b6413ea46963124667e54dd4348d204bcf94d5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if VIDEO_V4L2
 
menu "SPI helper chips"
   visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
 
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.
 
endmenu
 
endif