Messages in this thread Patch in this message |  | | From | Guido Günther <> | Subject | [PATCH v1 3/8] arm64: defconfig: Enable CONFIG_IMX_DCSS | Date | Fri, 27 Nov 2020 15:22:54 +0100 |
| |
Enable the 2nd display controller found on the imx8mq.
Signed-off-by: Guido Günther <agx@sigxcpu.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 787806d0091b..b2a2e282f7d3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -671,6 +671,7 @@ CONFIG_DRM_I2C_ADV7511=m CONFIG_DRM_I2C_ADV7511_AUDIO=y CONFIG_DRM_DW_HDMI_AHB_AUDIO=m CONFIG_DRM_DW_HDMI_CEC=m +CONFIG_DRM_IMX_DCSS=m CONFIG_DRM_VC4=m CONFIG_DRM_ETNAVIV=m CONFIG_DRM_HISI_HIBMC=m -- 2.29.2
|  |