summaryrefslogtreecommitdiff
path: root/drivers/media/cec/Kconfig
blob: 24b53187ee52f61790d78b46686ee74d2f9e3f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config CEC_CORE
	tristate
	depends on MEDIA_CEC_SUPPORT
	default y

config MEDIA_CEC_NOTIFIER
	bool

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