Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2if VIDEO_V4L2
3
4comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5 depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
6
7menu "SPI helper chips"
8 visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
9
10config VIDEO_GS1662
11 tristate "Gennum Serializers video"
12 depends on SPI && VIDEO_V4L2
13 select MEDIA_CONTROLLER
14 select VIDEO_V4L2_SUBDEV_API
15 help
16 Enable the GS1662 driver which serializes video streams.
17
18endmenu
19
20endif
21
22if SPI
23menu "Media SPI Adapters"
24
25config CXD2880_SPI_DRV
26 tristate "Sony CXD2880 SPI support"
27 depends on DVB_CORE && SPI
28 default m if !MEDIA_SUBDRV_AUTOSELECT
29 help
30 Choose if you would like to have SPI interface support for Sony CXD2880.
31
32endmenu
33
34endif