GNU Linux-libre 5.10.215-gnu1
[releases.git] / drivers / media / spi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if VIDEO_V4L2
3
4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5         depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
6
7 menu "SPI helper chips"
8         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
9
10 config 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
18 endmenu
19
20 endif
21
22 if SPI
23 menu "Media SPI Adapters"
24
25 config 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
32 endmenu
33
34 endif