1# Copyright (c) 2023 Nordic Semiconductor ASA
2
3# SPDX-License-Identifier: Apache-2.0
4
5choice
6	prompt "SoC/CPU/Configuration Selection"
7
8# This loads custom SoC root Kconfig (only available if custom SoC root are defined)
9osource "$(KCONFIG_BINARY_DIR)/soc/Kconfig.soc.choice"
10
11endchoice
12