xref: /OK3568_Linux_fs/kernel/drivers/media/spi/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0-only
2if VIDEO_V4L2
3
4comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5	depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
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
13	select MEDIA_CONTROLLER
14	select VIDEO_V4L2_SUBDEV_API
15	help
16	  Enable the GS1662 driver which serializes video streams.
17
18config VIDEO_ROCKCHIP_PREISP
19	tristate "Rockchip Image Signal Pre-processing driver"
20	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && SPI_MASTER
21	depends on ARCH_ROCKCHIP || COMPILE_TEST
22	select V4L2_FWNODE
23	default n
24	help
25	  Support for Pre-isp on the rockchip SoC.
26
27endmenu
28
29endif
30
31if SPI
32menu "Media SPI Adapters"
33
34config CXD2880_SPI_DRV
35	tristate "Sony CXD2880 SPI support"
36	depends on DVB_CORE && SPI
37	default m if !MEDIA_SUBDRV_AUTOSELECT
38	help
39	  Choose if you would like to have SPI interface support for Sony CXD2880.
40
41endmenu
42
43endif
44