13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
|
|
||
|
choice
|
||
|
prompt "SoC/CPU/Configuration Selection"
|
||
|
|
||
|
source "soc/$ENV_VAR_ARCH/*/Kconfig.soc"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
menu "Hardware Configuration"
|
||
|
osource "soc/$ENV_VAR_ARCH/*/Kconfig"
|
||
|
|
||
|
endmenu
|