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
config CONFIG_VIDEO_SUNXI
	bool "Allwinner sunXi family Video Devices"
	depends on CONFIG_ARCH_SUNXI || CONFIG_COMPILE_TEST
	help
	  If you have an Allwinner SoC based on the sunXi family, say Y.

	  Note that this option doesn't include new drivers in the
	  kernel: saying N will just cause Kconfig to skip all the
	  questions about Allwinner media devices.

if CONFIG_VIDEO_SUNXI

source "drivers/staging/media/sunxi/cedrus/Kconfig"

endif