Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.5-rc2 26 lines 643 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2if VIDEO_DEV && SPI 3 4comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'" 5 depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI 6 7menu "Media SPI Adapters" 8 9config CXD2880_SPI_DRV 10 tristate "Sony CXD2880 SPI support" 11 depends on DVB_CORE && SPI 12 default m if !MEDIA_SUBDRV_AUTOSELECT 13 help 14 Choose if you would like to have SPI interface support for Sony CXD2880. 15 16config VIDEO_GS1662 17 tristate "Gennum Serializers video" 18 depends on SPI && VIDEO_DEV 19 select MEDIA_CONTROLLER 20 select VIDEO_V4L2_SUBDEV_API 21 help 22 Enable the GS1662 driver which serializes video streams. 23 24endmenu 25 26endif