Re: [PATCH v2] kconfig: add kconfig-sym-check static checker
From: Julian Braha
Date: Tue May 19 2026 - 20:02:44 EST
On 5/19/26 22:58, Andrew Jones wrote:
> The checker also warns about uppercase N/Y/M used as tristate literal
> values following the same logic as checkpatch.
Hm, I tested this out by manually adding a:
```
config KCONFIG_SYM_TEST
default Y
```
to the end of the root Kconfig file, but the script didn't actually
catch it. The hint about casing only appeared with the 'N'.
Could this be a bug, or is the Y symbol actually defined somewhere...?
- Julian Braha