19 lines
304 B
Plaintext
19 lines
304 B
Plaintext
|
|
choice
|
|
prompt "SoC/CPU/Configuration Selection"
|
|
|
|
source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
|
|
|
|
endchoice
|
|
|
|
menu "Hardware Configuration"
|
|
osource "$(SOC_DIR)/$(ARCH)/Kconfig"
|
|
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
|
|
|
|
|
|
module = SOC
|
|
module-str = SOC
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
endmenu
|