Kconfig 1.0 KB

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