blob: bcc49cb47de63cff18b3edae47383b9ed0e67131 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002if VIDEO_V4L2
3
David Brazdil0f672f62019-12-10 10:32:29 +00004comment "SPI drivers hidden by 'Autoselect ancillary drivers'"
5 depends on MEDIA_HIDE_ANCILLARY_SUBDRV
6
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007menu "SPI helper chips"
David Brazdil0f672f62019-12-10 10:32:29 +00008 visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00009
10config VIDEO_GS1662
11 tristate "Gennum Serializers video"
12 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
David Brazdil0f672f62019-12-10 10:32:29 +000013 help
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000014 Enable the GS1662 driver which serializes video streams.
15
16endmenu
17
18endif
19
20if SPI
21menu "Media SPI Adapters"
22
23config CXD2880_SPI_DRV
24 tristate "Sony CXD2880 SPI support"
25 depends on DVB_CORE && SPI
26 default m if !MEDIA_SUBDRV_AUTOSELECT
27 help
28 Choose if you would like to have SPI interface support for Sony CXD2880.
29
30endmenu
31
32endif