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>
13 lines
330 B
Text
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"
|