blob: a21f5a39a440fe64a98f6bc04879fef65d753292 (
plain)
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
|