xref: /linux/drivers/gpu/drm/bridge/adv7511/Kconfig (revision 8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640)
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	select DRM_DISPLAY_HELPER
9	select DRM_BRIDGE_CONNECTOR
10	select DRM_DISPLAY_HDMI_STATE_HELPER
11	help
12	  Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
13
14config DRM_I2C_ADV7511_AUDIO
15	bool "ADV7511 HDMI Audio driver"
16	depends on DRM_I2C_ADV7511 && SND_SOC
17	select SND_SOC_HDMI_CODEC
18	help
19	  Support the ADV7511 HDMI Audio interface. This is used in
20	  conjunction with the AV7511  HDMI driver.
21
22config DRM_I2C_ADV7511_CEC
23	bool "ADV7511/33/35 HDMI CEC driver"
24	depends on DRM_I2C_ADV7511
25	select DRM_DISPLAY_HDMI_CEC_HELPER
26	default y
27	help
28	  When selected the HDMI transmitter will support the CEC feature.
29