Skip to content

Commit 907dead

Browse files
galaknashif
authored andcommitted
check_compliance.py: Add CONFIG_SHIFT to whitelist
Referenced in PR zephyrproject-rtos#13794. Signed-off-by: Kumar Gala <[email protected]>
1 parent a2a6819 commit 907dead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ def check_no_undef_outside_kconfig(self, kconf):
401401
"CONFIG_REG1",
402402
"CONFIG_REG2",
403403
"CONFIG_SEL",
404+
"CONFIG_SHIFT",
404405
"CONFIG_SOC_SERIES_",
405406
"CONFIG_SOC_WATCH", # Issue 13749
406407
"CONFIG_SOME_BOOL",

0 commit comments

Comments
 (0)