Skip to content
Commit e9d4b8fb authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Anas Nashif
Browse files

checkpatch: Ignore IS_ENABLED_CONFIG warnings



Warning IS_ENABLED_CONFIG allows checkpatch.pl to generate a warning
when IS_ENABLED macro is used with an argument which is not a CONFIG_
symbol.
This is abusive as the macro definition implicitly mentions it could
be used with other symbols ("It is often used with a @p CONFIG_FOO").

In Zephyr, IS_ENABLED macro is also used with for instance DT macros,
which generates github CI failures, which then require waiver from
maintainers.
Make things more simple by just removing this warning.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 79f8af04
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment