14 lines
330 B
Plaintext
14 lines
330 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"
|
|
|
|
config BOARD_REVISION
|
|
def_string "$(BOARD_REVISION)"
|
|
|
|
source "boards/Kconfig.v2"
|
|
source "soc/Kconfig.v2"
|