paulgazz / kmax

A collection of analysis tools for Kconfig and Kbuild constraints.
42 stars 21 forks source link

Fix a bug where klocalizer sets nonbools to 'n' #270

Closed paulgazz closed 3 months ago

paulgazz commented 3 months ago

This checks whether the option is tristate or bool first, before setting it to 'n' via a "# CONFIG_A is not set" line.

Fixes #269