Re: [PATCH] dt-bindings: arm: Fix CoreSight CTI Kconfig symbol

From: Rob Herring

Date: Wed Sep 16 2026 - 16:01:37 EST


On Sat, Aug 22, 2026 at 10:19:12AM +0200, Karl Mehltretter wrote:
> The option exposing CoreSight CTI integration registers is
> CONFIG_CORESIGHT_CTI_INTEGRATION_REGS, not
> CONFIG_CORESIGHT_CTI_INTEGRATION_TEST.

DT bindings should not be referring to kernel kconfig symbols (or
anything else in the kernel) in the first place.

Rob