zephyr/soc/Kconfig

13 lines
183 B
Plaintext

choice
prompt "SoC/CPU/Configuration Selection"
source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
endchoice
menu "Hardware Configuration"
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
endmenu