aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/media/cec/Kconfig
blob: 8a7aceeac8153c1e9df97372925d030325e397d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config MEDIA_CEC
	tristate "CEC API (EXPERIMENTAL)"
	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.