Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / drivers / gpu / drm / bridge / synopsys / Kconfig
CommitLineData
35dc8aab
LP
1config DRM_DW_HDMI
2 tristate
3 select DRM_KMS_HELPER
d758619b 4 select REGMAP_MMIO
35dc8aab
LP
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.