diff options
author | Arnaud Pouliquen <arnaud.pouliquen@st.com> | 2016-05-30 15:31:37 +0200 |
---|---|---|
committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2016-07-01 09:12:49 +0200 |
commit | 2c348e5053281555604233a66a633f7165665156 (patch) | |
tree | 06b297de8e9049d4e4c4e2025608143c8d7b71de /drivers/gpu/drm/sti/Kconfig | |
parent | drm/sti: adjust delay for AWG (diff) | |
download | linux-2c348e5053281555604233a66a633f7165665156.tar.xz linux-2c348e5053281555604233a66a633f7165665156.zip |
drm: sti: Add ASoC generic hdmi codec support.
Add the interface needed by audio hdmi-codec driver.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Diffstat (limited to 'drivers/gpu/drm/sti/Kconfig')
-rw-r--r-- | drivers/gpu/drm/sti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig index 5ad43a1bb260..494ab257f77c 100644 --- a/drivers/gpu/drm/sti/Kconfig +++ b/drivers/gpu/drm/sti/Kconfig @@ -7,5 +7,6 @@ config DRM_STI select DRM_KMS_CMA_HELPER select DRM_PANEL select FW_LOADER + select SND_SOC_HDMI_CODEC if SND_SOC help Choose this option to enable DRM on STM stiH41x chipset |