1config DRM_DW_HDMI 2 tristate 3 select DRM_KMS_HELPER 4 select REGMAP_MMIO 5 6config 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 17config 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