1# SPDX-License-Identifier: GPL-2.0-only 2if VIDEO_V4L2 3 4menu "SPI helper chips" 5 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST 6 7config VIDEO_GS1662 8 tristate "Gennum Serializers video" 9 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 10 help 11 Enable the GS1662 driver which serializes video streams. 12 13endmenu 14 15endif 16 17if SPI 18menu "Media SPI Adapters" 19 20config CXD2880_SPI_DRV 21 tristate "Sony CXD2880 SPI support" 22 depends on DVB_CORE && SPI 23 default m if !MEDIA_SUBDRV_AUTOSELECT 24 help 25 Choose if you would like to have SPI interface support for Sony CXD2880. 26 27endmenu 28 29endif 30