From: Vignesh Raman Date: Tue, 30 Jul 2024 02:15:36 +0000 (+0530) Subject: drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625 X-Git-Tag: v6.12-rc1~126^2~23^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68914b7c4dae0fd59ccb6b8bd8e2b6f5656cd25d;p=thirdparty%2Fkernel%2Flinux.git drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625 Enable CONFIG_DRM_ANALOGIX_ANX7625 in the arm64 defconfig to get display driver probed on the mt8183-kukui-jacuzzi-juniper machine. arch/arm64/configs/defconfig has CONFIG_DRM_ANALOGIX_ANX7625=m, but drm-ci don't have initrd with modules, so add CONFIG_DRM_ANALOGIX_ANX7625=y in CI arm64 config. Acked-by: Helen Koike Reviewed-by: Daniel Stone Signed-off-by: Vignesh Raman Signed-off-by: Helen Koike Link: https://patchwork.freedesktop.org/patch/msgid/20240730021545.912271-2-vignesh.raman@collabora.com --- diff --git a/drivers/gpu/drm/ci/arm64.config b/drivers/gpu/drm/ci/arm64.config index 4140303d6260a..66e70ced796fa 100644 --- a/drivers/gpu/drm/ci/arm64.config +++ b/drivers/gpu/drm/ci/arm64.config @@ -187,6 +187,7 @@ CONFIG_MTK_DEVAPC=y CONFIG_PWM_MTK_DISP=y CONFIG_MTK_CMDQ=y CONFIG_REGULATOR_DA9211=y +CONFIG_DRM_ANALOGIX_ANX7625=y # For nouveau. Note that DRM must be a module so that it's loaded after NFS is up to provide the firmware. CONFIG_ARCH_TEGRA=y