lin
2025-04-14 e0c033f30287744d392a8d700693b1c0b78afc7c
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