swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 4d856f72c10ecb060868ed10ff1b1453943fc6c8 authored by Linus Torvalds on 15 September 2019, 21:19:32 UTC
Linux 5.3
Tip revision: 4d856f7
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config MEDIA_CEC_RC
	bool "HDMI CEC RC integration"
	depends on CEC_CORE && RC_CORE
	depends on CEC_CORE=m || RC_CORE=y
	help
	  Pass on CEC remote control messages to the RC framework.

config CEC_PIN_ERROR_INJ
	bool "Enable CEC error injection support"
	depends on CEC_PIN && DEBUG_FS
	help
	  This option enables CEC error injection using debugfs.
back to top