1config DRM_I2C_ADV7511
2	tristate "ADV7511 encoder"
3	depends on OF
4	select DRM_KMS_HELPER
5	select REGMAP_I2C
6	help
7	  Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
8
9config DRM_I2C_ADV7511_AUDIO
10	bool "ADV7511 HDMI Audio driver"
11	depends on DRM_I2C_ADV7511 && SND_SOC
12	select SND_SOC_HDMI_CODEC
13	help
14	  Support the ADV7511 HDMI Audio interface. This is used in
15	  conjunction with the AV7511  HDMI driver.
16
17config DRM_I2C_ADV7533
18	bool "ADV7533 encoder"
19	depends on DRM_I2C_ADV7511
20	select DRM_MIPI_DSI
21	default y
22	help
23	  Support for the Analog Devices ADV7533 DSI to HDMI encoder.
24
25config DRM_I2C_ADV7511_CEC
26	bool "ADV7511/33 HDMI CEC driver"
27	depends on DRM_I2C_ADV7511
28	select CEC_CORE
29	default y
30	help
31	  When selected the HDMI transmitter will support the CEC feature.
32