Blame view

drivers/mxc/hdmi-cec/Kconfig 286 Bytes
c3b0995fb   Sandor Yu   MLK-11431-1: IPU:...
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