WIP FPC-III support
[linux/fpc-iii.git] / drivers / media / spi / Kconfig
blob857ef4ace6e9b9dd27d6b9f14b88ab6ea2971f58
1 # SPDX-License-Identifier: GPL-2.0-only
2 if VIDEO_V4L2
4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5         depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
7 menu "SPI helper chips"
8         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
10 config VIDEO_GS1662
11         tristate "Gennum Serializers video"
12         depends on SPI && VIDEO_V4L2
13         select MEDIA_CONTROLLER
14         select VIDEO_V4L2_SUBDEV_API
15         help
16           Enable the GS1662 driver which serializes video streams.
18 endmenu
20 endif
22 if SPI
23 menu "Media SPI Adapters"
25 config CXD2880_SPI_DRV
26         tristate "Sony CXD2880 SPI support"
27         depends on DVB_CORE && SPI
28         default m if !MEDIA_SUBDRV_AUTOSELECT
29         help
30           Choose if you would like to have SPI interface support for Sony CXD2880.
32 endmenu
34 endif