Re: [PATCH v4] kconfig: add kconfig-sym-check static checker

From: Sergey Senozhatsky

Date: Tue Jun 23 2026 - 23:29:48 EST


Hi,

On (26/06/23 16:25), Julian Braha wrote:
> >> I wonder if you have seen KCONFIG_WARN_UNKNOWN_SYMBOLS which seem
> >> to be addressing the same (or very similar) problem (unless I'm missing
> >> something).
>
> > Thanks, Sergey. I wasn't aware of this. Is there a way to combine that
>
> The two tools do not do the same thing. One is a check on .config and
> the other is a check on the Kconfig spec.

Ah, I see. I didn't check the code, obviously.