Thank you for your contribution! Sashiko AI review found 1 potential issue(s) 
to consider:
- [Low] The commit adds the Kconfig symbol CONFIG_DRM_PANEL_ILITEK_ILI7807S to 
the arm64 defconfig, but the symbol and its corresponding driver do not exist 
in the repository or within this patch series.
--

commit f1a3e380ead347531475952759052c8bc5c76b54
Author: Nabige Aala <[email protected]>

arm64: defconfig: Enable ILI7807S DSI panel driver

This commit enables the ILI7807S 1080x1920 video-mode DSI panel driver as a
module in the arm64 defconfig for the Shikra CQM EVK board.

> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 909f3c188e755..a6d72ff63e571 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
[ ... ]
> @@ -1005,6 +1005,7 @@ CONFIG_DRM_MXSFB=m
>  CONFIG_DRM_IMX_LCDIF=m
>  CONFIG_DRM_NOUVEAU=m
>  CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
> +CONFIG_DRM_PANEL_ILITEK_ILI7807S=m

[Severity: Low]
Does this config symbol actually exist in the tree yet?  It appears that
CONFIG_DRM_PANEL_ILITEK_ILI7807S and its corresponding driver are missing
from the repository and this patch series.

Without the driver being present, will the config tools just silently drop
this addition during make defconfig?

>  CONFIG_DRM_PANEL_LVDS=m
>  CONFIG_DRM_PANEL_HIMAX_HX8279=m
>  CONFIG_DRM_PANEL_HIMAX_HX83112A=m

-- 
Sashiko AI review ยท 
https://sashiko.dev/#/patchset/[email protected]?part=2

Reply via email to