Kconfig (7aae6e2df127f9f7a96c21e21a277dd7ff063e6a) Kconfig (8283a0929922b331dbd73db26520443136941c48)
1if VIDEO_V4L2
2
1if VIDEO_V4L2
2
3menu "SPI helper chips"
4 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
5
3config VIDEO_GS1662
4 tristate "Gennum Serializers video"
5 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
6 ---help---
7 Enable the GS1662 driver which serializes video streams.
8
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
9endif
14endif