1config DRM_I2C_ADV7511 2 tristate "AV7511 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_ADV7533 10 bool "ADV7533 encoder" 11 depends on DRM_I2C_ADV7511 12 select DRM_MIPI_DSI 13 default y 14 help 15 Support for the Analog Devices ADV7533 DSI to HDMI encoder. 16