Merge tag 'for-linux-6.12-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / media / spi / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
75080cc3 2if VIDEO_DEV && SPI
7aae6e2d 3
5c57ae64
MCC
4comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5 depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
4fa4ef39 6
9dbaad42
YT
7menu "Media SPI Adapters"
8
9config 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
75080cc3
MCC
16config 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
9dbaad42
YT
24endmenu
25
26endif