blob: 40d2827a6d19846c96d6e06ff84c0fdfc63567d1 [file] [log] [blame]
Laurent Pinchart35dc8aa2017-03-10 15:48:12 +05301config DRM_DW_HDMI
2 tristate
3 select DRM_KMS_HELPER
4
5config DRM_DW_HDMI_AHB_AUDIO
6 tristate "Synopsys Designware AHB Audio interface"
7 depends on DRM_DW_HDMI && SND
8 select SND_PCM
9 select SND_PCM_ELD
10 select SND_PCM_IEC958
11 help
12 Support the AHB Audio interface which is part of the Synopsys
13 Designware HDMI block. This is used in conjunction with
14 the i.MX6 HDMI driver.
15
16config 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.