blob: df169ecf0c27cf0f1e1d20e497886c18110b1117 [file] [log] [blame]
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -03001if VIDEO_V4L2
2
Hans Verkuil8283a092016-09-15 12:18:14 -03003menu "SPI helper chips"
4 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
5
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -03006config VIDEO_GS1662
7 tristate "Gennum Serializers video"
8 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabb60a5b82019-03-20 06:39:44 -04009 help
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -030010 Enable the GS1662 driver which serializes video streams.
11
Hans Verkuil8283a092016-09-15 12:18:14 -030012endmenu
13
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -030014endif
Yasunari Takiguchi9dbaad42018-01-18 03:59:42 -050015
16if SPI
17menu "Media SPI Adapters"
18
19config CXD2880_SPI_DRV
20 tristate "Sony CXD2880 SPI support"
21 depends on DVB_CORE && SPI
22 default m if !MEDIA_SUBDRV_AUTOSELECT
23 help
24 Choose if you would like to have SPI interface support for Sony CXD2880.
25
26endmenu
27
28endif