Torsten Rasmussen | 8dc3f85 | 2022-09-14 22:23:15 +0200 | [diff] [blame] | 1 | # Copyright (c) 2023 Nordic Semiconductor ASA |
2 | |||||
3 | # SPDX-License-Identifier: Apache-2.0 | ||||
4 | |||||
5 | choice | ||||
6 | prompt "SoC/CPU/Configuration Selection" | ||||
7 | |||||
8 | # This loads custom SoC root Kconfig (only available if custom SoC root are defined) | ||||
9 | osource "$(KCONFIG_BINARY_DIR)/soc/Kconfig.soc.choice" | ||||
10 | # This loads Zephyr base SoC scheme v1 root Kconfig | ||||
11 | osource "soc/soc_legacy/$(ARCH)/*/Kconfig.soc" | ||||
12 | |||||
13 | endchoice |