mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 08:28:13 +00:00
83d7115250
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>
10 lines
277 B
Text
10 lines
277 B
Text
config DRM_ZTE
|
|
tristate "DRM Support for ZTE SoCs"
|
|
depends on DRM && ARCH_ZX
|
|
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.
|