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

From: Julian Braha

Date: Thu May 21 2026 - 17:03:13 EST


On 5/21/26 21:44, Andrew Jones wrote:
> The checker also warns about uppercase N/Y/M used as tristate literal
> values following the same logic as checkpatch.

Thanks, this is better! But...

While it does catch the Y case now, it still doesn't catch 'Y' with
quotes. Again, I had to manually inject this into Kconfig; I don't
actually know if this is used anywhere.

- Julian Braha