11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|||
|
|||
# SPDX-License-Identifier: Apache-2.0
|
|||
|
|||
choice
|
|||
prompt "Board Selection"
|
|||
|
|||
source "$(BOARD_DIR)/Kconfig.board"
|
|||
|
|||
endchoice
|