#
# HDMI device configuration
#

menuconfig HDMI_SUPPORT
	bool "HDMI support"
	help
	  Enable this to be able to support HDMI devices.

if HDMI_SUPPORT

#
# Silion HDMI chips
#
config HDMI_Sii902xA
	tristate "HDMI_Sii902xA"
	help
		If you say yes here you get support for the Sii 902xA transimitter.

		This driver can also be built as a module.  If so, the module
		will be called sii902xA.

endif # HDMI_SUPPORT
