blob: f3424f71196e1d026366995bdc446af4f058eb30 [file] [log] [blame]
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +02001# 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# This loads Zephyr base SoC scheme v1 root Kconfig
11osource "soc/soc_legacy/$(ARCH)/*/Kconfig.soc"
12
13endchoice