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 Signed-off-by: Pengpeng Hou <[email protected]> --- Changes since v1: https://lore.kernel.org/all/[email protected]/ - 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 -- 2.50.1 (Apple Git-155)
