aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2016-12-01 17:20:31 +0800
committerShawn Guo <shawn.guo@linaro.org>2017-01-28 10:17:39 +0800
commit83d7115250c181da6dacd187671e174f8be71dfd (patch)
tree85e9ffe28dcd3ec58cc8881fa34faf30ec3f4003 /drivers/gpu/drm/zte/Kconfig
parentdrm: zte: select VIDEOMODE_HELPERS in Kconfig (diff)
downloadlinux-dev-83d7115250c181da6dacd187671e174f8be71dfd.tar.xz
linux-dev-83d7115250c181da6dacd187671e174f8be71dfd.zip
drm: zte: support hdmi audio through spdif
It enables HDMI audio support through SPDIF interface based on generic hdmi-audio-codec driver. The HDMI hardware supports more audio interfaces than SPDIF, like I2S, which may be added later. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/zte/Kconfig')
-rw-r--r--drivers/gpu/drm/zte/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/zte/Kconfig b/drivers/gpu/drm/zte/Kconfig
index 5f9b4e7f2a36..5b36421ef3e5 100644
--- a/drivers/gpu/drm/zte/Kconfig
+++ b/drivers/gpu/drm/zte/Kconfig
@@ -4,6 +4,7 @@ config DRM_ZTE
select DRM_KMS_CMA_HELPER
select DRM_KMS_FB_HELPER
select DRM_KMS_HELPER
+ select SND_SOC_HDMI_CODEC if SND_SOC
select VIDEOMODE_HELPERS
help
Choose this option to enable DRM on ZTE ZX SoCs.