Re: [PATCH v3 00/23] CONFIG_IS_ENABLED vs IS_ENABLED

2023-05-11 Thread Tom Rini
On Mon, Mar 13, 2023 at 02:31:22PM -0700, Troy Kisky wrote: > This patch set gets ready to checks the usage of > CONFIG_IS_ENABLED/IS_ENABLED. > > After the set has been applied, you can delete > test/usage_of_is_enabled_todo.txt > and run test/usage_of_is_enabled_commit.sh > > The script test/u

[PATCH v3 00/23] CONFIG_IS_ENABLED vs IS_ENABLED

2023-03-13 Thread Troy Kisky
This patch set gets ready to checks the usage of CONFIG_IS_ENABLED/IS_ENABLED. After the set has been applied, you can delete test/usage_of_is_enabled_todo.txt and run test/usage_of_is_enabled_commit.sh The script test/usage_of_is_enabled_check.sh checks for new questionable uses of CONFIG_IS_E