[PATCH v2] ARM: davinci_all_defconfig: enable the current ST7586 symbol
From: Pengpeng Hou
Date: Fri Aug 14 2026 - 04:08:45 EST
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 <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
--
2.50.1 (Apple Git-155)