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

# Used by common drivers, when they need to ask questions
config CONFIG_MEDIA_COMMON_OPTIONS
	bool

comment "common driver options"
	depends on CONFIG_MEDIA_COMMON_OPTIONS

config CONFIG_VIDEO_CX2341X
	tristate

config CONFIG_VIDEO_TVEEPROM
	tristate
	depends on CONFIG_I2C

config CONFIG_CYPRESS_FIRMWARE
	tristate "Cypress firmware helper routines"
	depends on CONFIG_USB

source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"
source "drivers/media/common/v4l2-tpg/Kconfig"