zephyr/scripts/ci/Kconfig.board.v2
Torsten Rasmussen a712b5005b scripts: extend kconfig compliance to verify board / SoC scheme v2
This commit extends compliance check to include a KconfigBoardV2 check.

This check verifies that a v2 scheme board / SoC does not contain
references outside the Kconfig trees.

The check is invoked as: `check_compliance.py -m KconfigBoardV2`

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2024-03-01 14:17:06 +00:00

11 lines
275 B
Plaintext

# 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"
source "boards/Kconfig.v2"
source "soc/Kconfig.v2"