From: Jerome Brunet Date: Mon, 29 Apr 2019 10:23:25 +0000 (+0200) Subject: drm/meson: imply dw-hdmi i2s audio for meson hdmi X-Git-Tag: Ubuntu-5.13.0-19.19~8107^2~24^2~72 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9371ea5e5918f9d9afd9464b2c2718ea51baa239;p=mirror_ubuntu-jammy-kernel.git drm/meson: imply dw-hdmi i2s audio for meson hdmi Imply the i2s part of the Synopsys HDMI driver for Amlogic SoCs. This will enable the i2s part by default when meson hdmi driver is enable but let platforms not supported by the audio subsystem disable it if necessary. Signed-off-by: Jerome Brunet Reviewed-by: Neil Armstrong Signed-off-by: Neil Armstrong Link: https://patchwork.freedesktop.org/patch/msgid/20190429102325.29022-1-jbrunet@baylibre.com --- diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig index c28b69f48555..a480e4a80bea 100644 --- a/drivers/gpu/drm/meson/Kconfig +++ b/drivers/gpu/drm/meson/Kconfig @@ -14,3 +14,4 @@ config DRM_MESON_DW_HDMI depends on DRM_MESON default y if DRM_MESON select DRM_DW_HDMI + imply DRM_DW_HDMI_I2S_AUDIO