Blame view

kernel/linux-imx6_3.14.28/drivers/mxc/hdmi-cec/Kconfig 286 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
  
  menu "MXC HDMI CEC (Consumer Electronics Control) support"
  
  config MXC_HDMI_CEC
  	tristate "Support for MXC HDMI CEC (Consumer Electronics Control)"
  	depends on MFD_MXC_HDMI
  	depends on FB_MXC_HDMI
  	help
  	  The HDMI CEC device implement low level protocol on i.MX6x platforms.
  
  endmenu