zephyr/scripts/ci/Kconfig.board.v2
Gerard Marull-Paretas c39ad845f3 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 <gerard@teslabs.com>
2024-10-07 18:42:14 +02:00

13 lines
330 B
Text

# Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
mainmenu "Zephyr board / SoC v2 Configuration"
config BOARD_REVISION
def_string "$(BOARD_REVISION)"
source "boards/Kconfig.v2"
source "soc/Kconfig.v2"