Kconfig 682 B

12345678910111213141516171819202122232425
  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. select DRM_MIPI_DSI
  8. help
  9. Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
  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. config DRM_I2C_ADV7511_CEC
  18. bool "ADV7511/33/35 HDMI CEC driver"
  19. depends on DRM_I2C_ADV7511
  20. select CEC_CORE
  21. default y
  22. help
  23. When selected the HDMI transmitter will support the CEC feature.