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
config CONFIG_MEDIA_CEC_RC
	bool "HDMI CEC RC integration"
	depends on CONFIG_CEC_CORE && CONFIG_RC_CORE
	depends on CONFIG_CEC_CORE=m || CONFIG_RC_CORE=y
	help
	  Pass on CEC remote control messages to the RC framework.

config CONFIG_CEC_PIN_ERROR_INJ
	bool "Enable CEC error injection support"
	depends on CONFIG_CEC_PIN && CONFIG_DEBUG_FS
	help
	  This option enables CEC error injection using debugfs.