aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/cec/Kconfig
blob: 21457a1f6c9f0de3d3278cdec022ae404ec1bc33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config MEDIA_CEC
	bool "CEC API (EXPERIMENTAL)"
	depends on MEDIA_SUPPORT
	select MEDIA_CEC_EDID
	---help---
	  Enable the CEC API.

	  To compile this driver as a module, choose M here: the
	  module will be called cec.

config MEDIA_CEC_DEBUG
	bool "CEC debugfs interface (EXPERIMENTAL)"
	depends on MEDIA_CEC && DEBUG_FS
	---help---
	  Turns on the DebugFS interface for CEC devices.