Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
if CONFIG_VIDEO_V4L2

comment "SPI drivers hidden by 'Autoselect ancillary drivers'"
	depends on CONFIG_MEDIA_HIDE_ANCILLARY_SUBDRV

menu "SPI helper chips"
	visible if !CONFIG_MEDIA_HIDE_ANCILLARY_SUBDRV

config CONFIG_VIDEO_GS1662
	tristate "Gennum Serializers video"
	depends on CONFIG_SPI && CONFIG_VIDEO_V4L2 && CONFIG_VIDEO_V4L2_SUBDEV_API
	help
	  Enable the GS1662 driver which serializes video streams.

endmenu

endif

if CONFIG_SPI
menu "Media SPI Adapters"

config CONFIG_CXD2880_SPI_DRV
	tristate "Sony CXD2880 SPI support"
	depends on CONFIG_DVB_CORE && CONFIG_SPI
	default m if !CONFIG_MEDIA_SUBDRV_AUTOSELECT
	help
	  Choose if you would like to have CONFIG_SPI interface support for Sony CXD2880.

endmenu

endif