diff mbox series

drm/meson: imply dw-hdmi i2s audio for meson hdmi

Message ID 20190429102325.29022-1-jbrunet@baylibre.com
State Accepted
Commit 9371ea5e5918f9d9afd9464b2c2718ea51baa239
Headers show
Series drm/meson: imply dw-hdmi i2s audio for meson hdmi | expand

Commit Message

Jerome Brunet April 29, 2019, 10:23 a.m. UTC
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 <jbrunet@baylibre.com>

---
 drivers/gpu/drm/meson/Kconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Neil Armstrong May 24, 2019, 8:42 a.m. UTC | #1
On 29/04/2019 12:23, Jerome Brunet wrote:
> 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 <jbrunet@baylibre.com>

> ---

>  drivers/gpu/drm/meson/Kconfig | 1 +

>  1 file changed, 1 insertion(+)

> 

> 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

> 


Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>


And applying to drm-misc-next

Thanks,
Neil
diff mbox series

Patch

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