Fix up i.MX8MQ EVK configuration
[AGL/meta-agl.git] / meta-agl-bsp / meta-freescale-layer / recipes-kernel / linux / linux-fslc-imx / 0001-enable-mhdp-with-etnaviv.patch
1 Tweak MHDP driver Kconfig so it can be enabled with etnaviv
2
3 The MHDP driver is needed for using HDMI on the i.MX8MQ EVK, tweak its
4 Kconfig entry so that it can be enabled when using etnaviv, not just
5 Vivante.
6
7 Upstream-Status: pending
8 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
9 ---
10
11 diff --git a/drivers/gpu/drm/imx/mhdp/Kconfig b/drivers/gpu/drm/imx/mhdp/Kconfig
12 index 225ccc3638a8..164b42f04e94 100644
13 --- a/drivers/gpu/drm/imx/mhdp/Kconfig
14 +++ b/drivers/gpu/drm/imx/mhdp/Kconfig
15 @@ -7,6 +7,6 @@ config DRM_IMX_CDNS_MHDP
16         select DRM_CDNS_HDMI
17         select DRM_CDNS_AUDIO
18         select DRM_CDNS_HDMI_HDCP
19 -       depends on DRM_IMX
20 +       depends on DRM_IMX || DRM_ETNAVIV
21         help
22           Choose this if you want to use HDMI on i.MX8.