| .. | .. | 
|---|
 | 1 | +# SPDX-License-Identifier: GPL-2.0-only  | 
|---|
| 1 | 2 |  config DRM_I2C_ADV7511 | 
|---|
| 2 | 3 |  	tristate "ADV7511 encoder" | 
|---|
| 3 | 4 |  	depends on OF | 
|---|
| 4 | 5 |  	select DRM_KMS_HELPER | 
|---|
| 5 | 6 |  	select REGMAP_I2C | 
|---|
 | 7 | +	select DRM_MIPI_DSI  | 
|---|
| 6 | 8 |  	help | 
|---|
| 7 |  | -	  Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.  | 
|---|
 | 9 | +	  Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.  | 
|---|
| 8 | 10 |   | 
|---|
| 9 | 11 |  config DRM_I2C_ADV7511_AUDIO | 
|---|
| 10 | 12 |  	bool "ADV7511 HDMI Audio driver" | 
|---|
| .. | .. | 
|---|
| 14 | 16 |  	  Support the ADV7511 HDMI Audio interface. This is used in | 
|---|
| 15 | 17 |  	  conjunction with the AV7511  HDMI driver. | 
|---|
| 16 | 18 |   | 
|---|
| 17 |  | -config 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 |  | -  | 
|---|
| 25 | 19 |  config DRM_I2C_ADV7511_CEC | 
|---|
| 26 |  | -	bool "ADV7511/33 HDMI CEC driver"  | 
|---|
 | 20 | +	bool "ADV7511/33/35 HDMI CEC driver"  | 
|---|
| 27 | 21 |  	depends on DRM_I2C_ADV7511 | 
|---|
| 28 | 22 |  	select CEC_CORE | 
|---|
| 29 | 23 |  	default y | 
|---|