]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/media/spi/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / media / spi / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
7aae6e2d
CAC
2if VIDEO_V4L2
3
8283a092
HV
4menu "SPI helper chips"
5 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
6
7aae6e2d
CAC
7config VIDEO_GS1662
8 tristate "Gennum Serializers video"
9 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
b60a5b8d 10 help
7aae6e2d
CAC
11 Enable the GS1662 driver which serializes video streams.
12
8283a092
HV
13endmenu
14
7aae6e2d 15endif
9dbaad42
YT
16
17if SPI
18menu "Media SPI Adapters"
19
20config CXD2880_SPI_DRV
21 tristate "Sony CXD2880 SPI support"
22 depends on DVB_CORE && SPI
23 default m if !MEDIA_SUBDRV_AUTOSELECT
24 help
25 Choose if you would like to have SPI interface support for Sony CXD2880.
26
27endmenu
28
29endif