• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config MEDIA_CEC
2	bool "CEC API (EXPERIMENTAL)"
3	depends on MEDIA_SUPPORT
4	select MEDIA_CEC_EDID
5	---help---
6	  Enable the CEC API.
7
8config MEDIA_CEC_DEBUG
9	bool "CEC debugfs interface (EXPERIMENTAL)"
10	depends on MEDIA_CEC && DEBUG_FS
11	---help---
12	  Turns on the DebugFS interface for CEC devices.
13