treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / gpu / drm / bridge / adv7511 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
c5827789 2config DRM_I2C_ADV7511
7bd2d2ec 3 tristate "ADV7511 encoder"
c5827789
AT
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.
2437e7cd 9
53c515be
JS
10config 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
2437e7cd
AT
18config DRM_I2C_ADV7533
19 bool "ADV7533 encoder"
20 depends on DRM_I2C_ADV7511
1e4d58cd 21 select DRM_MIPI_DSI
2437e7cd
AT
22 default y
23 help
24 Support for the Analog Devices ADV7533 DSI to HDMI encoder.
3b1b9750
HV
25
26config 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.