xref: /openbmc/linux/drivers/media/spi/Kconfig (revision 6cc23ed2)
1# SPDX-License-Identifier: GPL-2.0-only
2if VIDEO_V4L2
3
4comment "SPI drivers hidden by 'Autoselect ancillary drivers'"
5	depends on MEDIA_HIDE_ANCILLARY_SUBDRV
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 && VIDEO_V4L2_SUBDEV_API
13	help
14	  Enable the GS1662 driver which serializes video streams.
15
16endmenu
17
18endif
19
20if SPI
21menu "Media SPI Adapters"
22
23config CXD2880_SPI_DRV
24	tristate "Sony CXD2880 SPI support"
25	depends on DVB_CORE && SPI
26	default m if !MEDIA_SUBDRV_AUTOSELECT
27	help
28	  Choose if you would like to have SPI interface support for Sony CXD2880.
29
30endmenu
31
32endif
33