Merge tag 'kgdb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
[linux-2.6-block.git] / drivers / media / spi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if VIDEO_V4L2
3
4 comment "SPI drivers hidden by 'Autoselect ancillary drivers'"
5         depends on MEDIA_HIDE_ANCILLARY_SUBDRV
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 && VIDEO_V4L2_SUBDEV_API
13         help
14           Enable the GS1662 driver which serializes video streams.
15
16 endmenu
17
18 endif
19
20 if SPI
21 menu "Media SPI Adapters"
22
23 config 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
30 endmenu
31
32 endif