Kconfig 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. config DRM_DW_HDMI
  2. tristate
  3. select DRM_KMS_HELPER
  4. select REGMAP_MMIO
  5. select CEC_CORE if CEC_NOTIFIER
  6. config DRM_DW_HDMI_AHB_AUDIO
  7. tristate "Synopsys Designware AHB Audio interface"
  8. depends on DRM_DW_HDMI && SND
  9. select SND_PCM
  10. select SND_PCM_ELD
  11. select SND_PCM_IEC958
  12. help
  13. Support the AHB Audio interface which is part of the Synopsys
  14. Designware HDMI block. This is used in conjunction with
  15. the i.MX6 HDMI driver.
  16. config DRM_DW_HDMI_I2S_AUDIO
  17. tristate "Synopsys Designware I2S Audio interface"
  18. depends on SND_SOC
  19. depends on DRM_DW_HDMI
  20. select SND_SOC_HDMI_CODEC
  21. help
  22. Support the I2S Audio interface which is part of the Synopsys
  23. Designware HDMI block.
  24. config DRM_DW_HDMI_CEC
  25. tristate "Synopsis Designware CEC interface"
  26. depends on DRM_DW_HDMI
  27. select CEC_CORE
  28. select CEC_NOTIFIER
  29. help
  30. Support the CE interface which is part of the Synopsys
  31. Designware HDMI block.
  32. config DRM_DW_MIPI_DSI
  33. tristate
  34. select DRM_KMS_HELPER
  35. select DRM_MIPI_DSI
  36. select DRM_PANEL_BRIDGE