commit | 73eea9d2fc081c3e5237eab05d514f2f390a367f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Feb 10 09:17:25 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 09:17:25 2023 -0500 |
tree | 15ddc9d376d630efb4c614c4bda559d3c0c99d64 | |
parent | ffa84175d59300a7458b5089c3e0fa67d5332c51 [diff] | |
parent | 0282a031668a31fc02b6a3ccf7486e2e94e188e4 [diff] |
Merge branch '2023-02-08-Kconfig-cleanup-CONFIG_IS_ENABLED-to-IS_ENABLED' - This series brings in a large number of patches in the form of changing CONFIG_IS_ENABLED(FOO) to IS_ENABLED(CONFIG_FOO) when there it is the case that CONFIG_xPL_FOO is never a valid symbol. The majority of the times where we do this, it is unintentional and does not make the code more useful, or rarely, introduces bugs.