Re: [PATCH v2] ARM: davinci_all_defconfig: enable the current ST7586 symbol

From: David Lechner

Date: Fri Aug 14 2026 - 08:38:04 EST


On 8/14/26 2:56 AM, Pengpeng Hou wrote:
> The ST7586 DRM provider is now built by CONFIG_DRM_ST7586.
> davinci_all_defconfig still enables the removed DRM_TINYDRM and
> TINYDRM_ST7586 carrier symbols.
>
> Replace those stale entries with the current provider symbol.
>
> Assisted-by: Codex:gpt-5

Probably deserves a fixes tag too. Can just reply with that rather
than sending a v2.

> Signed-off-by: Pengpeng Hou <pengpeng@xxxxxxxxxxx>
> ---
> Changes since v1: https://lore.kernel.org/all/20260624082029.18675-1-pengpeng@xxxxxxxxxxx/
> - no source-code changes
> - rebase davinci_all_defconfig
> - route the revision to DaVinci and ST7586 maintainers
> - add the coding-assistant disclosure
>
> The Kconfig/provider mapping was reviewed statically; no DaVinci kernel
> build was performed.
>
> arch/arm/configs/davinci_all_defconfig | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
> index 72703ef0c51c..ac0029701283 100644
> --- a/arch/arm/configs/davinci_all_defconfig
> +++ b/arch/arm/configs/davinci_all_defconfig
> @@ -144,8 +144,7 @@ CONFIG_VIDEO_ADV7343=m
> CONFIG_DRM=m
> CONFIG_DRM_TILCDC=m
> CONFIG_DRM_SIMPLE_BRIDGE=m
> -CONFIG_DRM_TINYDRM=m
> -CONFIG_TINYDRM_ST7586=m
> +CONFIG_DRM_ST7586=m
> CONFIG_FB=y
> CONFIG_FB_DA8XX=y
> CONFIG_BACKLIGHT_PWM=m

Reviewed-by: David Lechner <david@xxxxxxxxxxxxxx>