Kconfig 631 B

1234567891011121314151617181920212223
  1. config DRM_DW_HDMI
  2. tristate
  3. select DRM_KMS_HELPER
  4. config DRM_DW_HDMI_AHB_AUDIO
  5. tristate "Synopsys Designware AHB Audio interface"
  6. depends on DRM_DW_HDMI && SND
  7. select SND_PCM
  8. select SND_PCM_ELD
  9. select SND_PCM_IEC958
  10. help
  11. Support the AHB Audio interface which is part of the Synopsys
  12. Designware HDMI block. This is used in conjunction with
  13. the i.MX6 HDMI driver.
  14. config DRM_DW_HDMI_I2S_AUDIO
  15. tristate "Synopsys Designware I2S Audio interface"
  16. depends on SND_SOC
  17. depends on DRM_DW_HDMI
  18. select SND_SOC_HDMI_CODEC
  19. help
  20. Support the I2S Audio interface which is part of the Synopsys
  21. Designware HDMI block.