Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd5f/linux...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / bridge / adv7511 / Kconfig
1 config DRM_I2C_ADV7511
2         tristate "AV7511 encoder"
3         depends on OF
4         select DRM_KMS_HELPER
5         select REGMAP_I2C
6         help
7           Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
8
9 config DRM_I2C_ADV7511_AUDIO
10         bool "ADV7511 HDMI Audio driver"
11         depends on DRM_I2C_ADV7511 && SND_SOC
12         select SND_SOC_HDMI_CODEC
13         help
14           Support the ADV7511 HDMI Audio interface. This is used in
15           conjunction with the AV7511  HDMI driver.
16
17 config DRM_I2C_ADV7533
18         bool "ADV7533 encoder"
19         depends on DRM_I2C_ADV7511
20         select DRM_MIPI_DSI
21         default y
22         help
23           Support for the Analog Devices ADV7533 DSI to HDMI encoder.
24
25 config DRM_I2C_ADV7511_CEC
26         bool "ADV7511/33 HDMI CEC driver"
27         depends on DRM_I2C_ADV7511
28         select CEC_CORE
29         default y
30         help
31           When selected the HDMI transmitter will support the CEC feature.