blob: ab0c3810f746d6b369584f18b8c66d41a8d86c9b [file] [log] [blame]
Anas Nashifabcf2ad2018-09-04 08:32:07 -05001
2choice
3 prompt "SoC/CPU/Configuration Selection"
4
Anas Nashif96455d52018-09-04 14:34:06 -05005source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
Anas Nashifabcf2ad2018-09-04 08:32:07 -05006
7endchoice
8
9menu "Hardware Configuration"
Piotr Zięcikd3931862018-08-09 14:47:27 +020010osource "$(SOC_DIR)/$(ARCH)/Kconfig"
Anas Nashif96455d52018-09-04 14:34:06 -050011osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
Anas Nashifabcf2ad2018-09-04 08:32:07 -050012
Anas Nashif071c9dc2018-09-17 10:39:56 -050013
14module = SOC
15module-str = SOC
16source "subsys/logging/Kconfig.template.log_config"
17
Anas Nashifabcf2ad2018-09-04 08:32:07 -050018endmenu