mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 14:54:26 +00:00
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>
11 lines
275 B
Plaintext
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"
|