From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm: verisilicon: DRM_VERISILICON_DC should depend on ARCH_THEAD Date: Fri, 27 Feb 2026 12:27:47 +1000 Message-ID: In-Reply-To: References: X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm: verisilicon: DRM_VERISILICON_DC should depend on ARCH_THEAD Author: Geert Uytterhoeven Patches: 2 Reviewed: 2026-02-27T12:27:47.548832 --- This is a single, straightforward Kconfig dependency tightening patch from = Geert Uytterhoeven. The change narrows the platform dependency for the Veri= silicon DC display controller driver from the broad `RISCV` architecture to= the specific `ARCH_THEAD` sub-platform, since the driver currently only su= pports the DC8200 variant found in the T-HEAD TH1520 SoC. The patch is well-motivated and follows established kernel conventions. Mul= tiple other T-HEAD-specific drivers in the tree already use the exact same = `depends on ARCH_THEAD || COMPILE_TEST` pattern (e.g., `drivers/clk/thead/K= config`, `drivers/mailbox/Kconfig`, `drivers/pinctrl/Kconfig`, `drivers/res= et/Kconfig`, `drivers/pwm/Kconfig`). The patch could not be applied because the `drivers/gpu/drm/verisilicon/` d= irectory does not yet exist in the drm-next tree =E2=80=94 the base driver = (`dbf21777caa8b8c8`) must be in a topic branch or another tree that hasn't = been merged yet. **Verdict:** The patch looks correct and ready to apply (once its prerequis= ite lands). --- Generated by Claude Code Patch Reviewer