brintos

brintos / linux-shallow public Read only

0
0
Text · 682 B · f46a5e2 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_I2C_ADV75113	tristate "ADV7511 encoder"4	depends on OF5	select DRM_KMS_HELPER6	select REGMAP_I2C7	select DRM_MIPI_DSI8	help9	  Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.10 11config DRM_I2C_ADV7511_AUDIO12	bool "ADV7511 HDMI Audio driver"13	depends on DRM_I2C_ADV7511 && SND_SOC14	select SND_SOC_HDMI_CODEC15	help16	  Support the ADV7511 HDMI Audio interface. This is used in17	  conjunction with the AV7511  HDMI driver.18 19config DRM_I2C_ADV7511_CEC20	bool "ADV7511/33/35 HDMI CEC driver"21	depends on DRM_I2C_ADV751122	select CEC_CORE23	default y24	help25	  When selected the HDMI transmitter will support the CEC feature.26