zephyr/soc/Kconfig

13 lines
181 B
Plaintext
Raw Normal View History

choice
prompt "SoC/CPU/Configuration Selection"
source "soc/$ENV_VAR_ARCH/*/Kconfig.soc"
endchoice
menu "Hardware Configuration"
osource "soc/$ENV_VAR_ARCH/*/Kconfig"
endmenu