Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_I2C_ADV7511
0003         tristate "ADV7511 encoder"
0004         depends on OF
0005         select DRM_KMS_HELPER
0006         select REGMAP_I2C
0007         select DRM_MIPI_DSI
0008         help
0009           Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
0010 
0011 config DRM_I2C_ADV7511_AUDIO
0012         bool "ADV7511 HDMI Audio driver"
0013         depends on DRM_I2C_ADV7511 && SND_SOC
0014         select SND_SOC_HDMI_CODEC
0015         help
0016           Support the ADV7511 HDMI Audio interface. This is used in
0017           conjunction with the AV7511  HDMI driver.
0018 
0019 config DRM_I2C_ADV7511_CEC
0020         bool "ADV7511/33/35 HDMI CEC driver"
0021         depends on DRM_I2C_ADV7511
0022         select CEC_CORE
0023         default y
0024         help
0025           When selected the HDMI transmitter will support the CEC feature.