Kconfig (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) Kconfig (3b1b975003e4a3da4b93ab032487a3ae4afca7b5)
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

--- 7 unchanged lines hidden (view full) ---

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.
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

--- 7 unchanged lines hidden (view full) ---

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.