treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / media / spi / Kconfig
blobbcc49cb47de63cff18b3edae47383b9ed0e67131
1 # SPDX-License-Identifier: GPL-2.0-only
2 if VIDEO_V4L2
4 comment "SPI drivers hidden by 'Autoselect ancillary drivers'"
5         depends on MEDIA_HIDE_ANCILLARY_SUBDRV
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 && VIDEO_V4L2_SUBDEV_API
13         help
14           Enable the GS1662 driver which serializes video streams.
16 endmenu
18 endif
20 if SPI
21 menu "Media SPI Adapters"
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.
30 endmenu
32 endif