#
#Hdmirx SiI9293 Device Driver Configuration
#

menuconfig AML_SII9293
	bool "Amlogic SII9293 device driver" 
    default  n
    help
         Amlogic SII9293 device driver.

if AML_SII9293

config MHAWB_SUPPORT
	bool
	prompt "MHL Media Data Tunneling Support"
	default n
	---help---
	  This option controls whether or not Silicon Image MHL transmitter
	  drivers include support for Media Data Tunneling (MDT).  MDT
	  support enables HID events generated by HID devices attached to
	  an MDT capable MHL sink to be passed over the MHL connection
	  to the system.

config DEBUG_DRIVER
	bool
	prompt "Enable debug messages in kernel"
	default n

config SII5293_RX
	bool 
	prompt "Silicon Image 9293 HDMI to MHL Rx"	
	depends on I2C
	default y

endif

