1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_I2C_ADV7511
3	tristate "ADV7511 encoder"
4	depends on OF
5	select DRM_KMS_HELPER
6	select REGMAP_I2C
7	select DRM_MIPI_DSI
8	help
9	  Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
10
11config DRM_I2C_ADV7511_AUDIO
12	bool "ADV7511 HDMI Audio driver"
13	depends on DRM_I2C_ADV7511 && SND_SOC
14	select SND_SOC_HDMI_CODEC
15	help
16	  Support the ADV7511 HDMI Audio interface. This is used in
17	  conjunction with the AV7511  HDMI driver.
18
19config DRM_I2C_ADV7511_CEC
20	bool "ADV7511/33/35 HDMI CEC driver"
21	depends on DRM_I2C_ADV7511
22	select CEC_CORE
23	default y
24	help
25	  When selected the HDMI transmitter will support the CEC feature.
26