Skip to content

Commit c39ad84

Browse files
gmarullcarlescufi
authored andcommitted
scripts: ci: check_compliance: add BOARD_REVISION in Kconfig.board.v2
This is required if boards make use of such definition in their Kconfig files. In Kconfig.board.v2, only `boards/Kconfig.v2` is loaded, but BOARD_REVISION is part of `boards/Kconfig`, which can't be loaded in this context. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 736344b commit c39ad84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ci/Kconfig.board.v2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
mainmenu "Zephyr board / SoC v2 Configuration"
88

9+
config BOARD_REVISION
10+
def_string "$(BOARD_REVISION)"
11+
912
source "boards/Kconfig.v2"
1013
source "soc/Kconfig.v2"

0 commit comments

Comments
 (0)