Kconfig 603 B

1234567891011121314151617181920212223
  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. config DRM_I2C_ADV7511_AUDIO
  9. bool "ADV7511 HDMI Audio driver"
  10. depends on DRM_I2C_ADV7511 && SND_SOC
  11. select SND_SOC_HDMI_CODEC
  12. help
  13. Support the ADV7511 HDMI Audio interface. This is used in
  14. conjunction with the AV7511 HDMI driver.
  15. config DRM_I2C_ADV7533
  16. bool "ADV7533 encoder"
  17. depends on DRM_I2C_ADV7511
  18. select DRM_MIPI_DSI
  19. default y
  20. help
  21. Support for the Analog Devices ADV7533 DSI to HDMI encoder.