blob: 08386abb9bbc60bd4a90125eb3c97c8cd037a853 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -03002if VIDEO_V4L2
3
Hans Verkuil8283a092016-09-15 12:18:14 -03004menu "SPI helper chips"
Stefan Agner8169cf02019-01-11 10:49:51 -05005 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST || EXPERT
Hans Verkuil8283a092016-09-15 12:18:14 -03006
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -03007config VIDEO_GS1662
8 tristate "Gennum Serializers video"
9 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabb60a5b82019-03-20 06:39:44 -040010 help
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -030011 Enable the GS1662 driver which serializes video streams.
12
Hans Verkuil8283a092016-09-15 12:18:14 -030013endmenu
14
Charles-Antoine Couret7aae6e22016-09-15 12:29:51 -030015endif
Yasunari Takiguchi9dbaad42018-01-18 03:59:42 -050016
17if SPI
18menu "Media SPI Adapters"
19
20config CXD2880_SPI_DRV
21 tristate "Sony CXD2880 SPI support"
22 depends on DVB_CORE && SPI
23 default m if !MEDIA_SUBDRV_AUTOSELECT
24 help
25 Choose if you would like to have SPI interface support for Sony CXD2880.
26
27endmenu
28
29endif