GNU Linux-libre 6.9.1-gnu
[releases.git] / drivers / media / spi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if VIDEO_DEV && SPI
3
4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5         depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
6
7 menu "Media SPI Adapters"
8
9 config CXD2880_SPI_DRV
10         tristate "Sony CXD2880 SPI support"
11         depends on DVB_CORE && SPI
12         default m if !MEDIA_SUBDRV_AUTOSELECT
13         help
14           Choose if you would like to have SPI interface support for Sony CXD2880.
15
16 config VIDEO_GS1662
17         tristate "Gennum Serializers video"
18         depends on SPI && VIDEO_DEV
19         select MEDIA_CONTROLLER
20         select VIDEO_V4L2_SUBDEV_API
21         help
22           Enable the GS1662 driver which serializes video streams.
23
24 endmenu
25
26 endif