12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|||
|
|||
# SPDX-License-Identifier: Apache-2.0
|
|||
|
|||
choice
|
|||
prompt "SoC/CPU/Configuration Selection"
|
|||
|
|||
# This loads custom SoC root Kconfig (only available if custom SoC root are defined)
|
|||
osource "$(KCONFIG_BINARY_DIR)/soc/Kconfig.soc.choice"
|
|||
|
|||
endchoice
|