swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 08332893e37af6ae779367e78e444f8f9571511d authored by Linus Torvalds on 22 May 2017, 02:30:23 UTC
Linux 4.12-rc2
Tip revision: 0833289
Kconfig
config CEC_CORE
	tristate
	depends on MEDIA_CEC_SUPPORT
	default y

config MEDIA_CEC_NOTIFIER
	bool

config MEDIA_CEC_RC
	bool "HDMI CEC RC integration"
	depends on CEC_CORE && RC_CORE
	---help---
	  Pass on CEC remote control messages to the RC framework.

config MEDIA_CEC_DEBUG
	bool "HDMI CEC debugfs interface"
	depends on CEC_CORE && DEBUG_FS
	---help---
	  Turns on the DebugFS interface for CEC devices.
back to top