xref: /openbmc/linux/drivers/media/cec/Kconfig (revision 239480ab)
1config CEC_CORE
2	tristate
3	depends on MEDIA_CEC_SUPPORT
4	default y
5
6config MEDIA_CEC_NOTIFIER
7	bool
8
9config MEDIA_CEC_RC
10	bool "HDMI CEC RC integration"
11	depends on CEC_CORE && RC_CORE
12	---help---
13	  Pass on CEC remote control messages to the RC framework.
14
15config MEDIA_CEC_DEBUG
16	bool "HDMI CEC debugfs interface"
17	depends on CEC_CORE && DEBUG_FS
18	---help---
19	  Turns on the DebugFS interface for CEC devices.
20