Kconfig 1.3 KB

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