# drivers/Kconfig
menu "CEC Support"

config CEC
	bool 

config MARS_CEC
	tristate "NEPTUNE/MARS CEC Controller"
	depends on REALTEK_VENUS
	select CEC
	default n
	help
	  If you want to use CEC on Neptune/Mars board, say Y.

config CEC_DEBUG
	bool "CEC Debug Mode"
	select CEC
	default n
	help 
	  If you want to enable cec debug message, say Y.

endmenu
