Skip to content
Commit 4e432a6c authored by Troy Kisky's avatar Troy Kisky Committed by Tom Rini
Browse files

CI: add test/usage_of_is_enabled_check.sh



Add script usage_of_is_enabled_check to print any configs that
use CONFIG_IS_ENABLED instead of IS_ENABLED and vice versa.

Add usage_of_is_enabled_commit.sh to generate commits to fix the above
issues.

You can remove entries from test/usage_of_is_enabled_todo.txt
or the entire file and then run
test/usage_of_is_enabled_commit.sh
to convert to suggested usage of CONFIG_IS_ENABLED/IS_ENABLED

or run test/usage_of_is_enabled_check.sh to
see which configs are still todo.

Signed-off-by: default avatarTroy Kisky <troykiskyboundary@gmail.com>
parent 28009087
Loading
Loading
Loading
Loading