]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/gpu/drm/bridge/adv7511/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / gpu / drm / bridge / adv7511 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config DRM_I2C_ADV7511
3 tristate "ADV7511 encoder"
4 depends on OF
5 select DRM_KMS_HELPER
6 select REGMAP_I2C
7 help
8 Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
9
10 config DRM_I2C_ADV7511_AUDIO
11 bool "ADV7511 HDMI Audio driver"
12 depends on DRM_I2C_ADV7511 && SND_SOC
13 select SND_SOC_HDMI_CODEC
14 help
15 Support the ADV7511 HDMI Audio interface. This is used in
16 conjunction with the AV7511 HDMI driver.
17
18 config DRM_I2C_ADV7533
19 bool "ADV7533 encoder"
20 depends on DRM_I2C_ADV7511
21 select DRM_MIPI_DSI
22 default y
23 help
24 Support for the Analog Devices ADV7533 DSI to HDMI encoder.
25
26 config DRM_I2C_ADV7511_CEC
27 bool "ADV7511/33 HDMI CEC driver"
28 depends on DRM_I2C_ADV7511
29 select CEC_CORE
30 default y
31 help
32 When selected the HDMI transmitter will support the CEC feature.