brintos

brintos / linux-shallow public Read only

0
0
Text · 643 B · 4656afa Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if VIDEO_DEV && SPI3 4comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"5	depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI6 7menu "Media SPI Adapters"8 9config CXD2880_SPI_DRV10	tristate "Sony CXD2880 SPI support"11	depends on DVB_CORE && SPI12	default m if !MEDIA_SUBDRV_AUTOSELECT13	help14	  Choose if you would like to have SPI interface support for Sony CXD2880.15 16config VIDEO_GS166217	tristate "Gennum Serializers video"18	depends on SPI && VIDEO_DEV19	select MEDIA_CONTROLLER20	select VIDEO_V4L2_SUBDEV_API21	help22	  Enable the GS1662 driver which serializes video streams.23 24endmenu25 26endif27