Anas Nashif | abcf2ad | 2018-09-04 08:32:07 -0500 | [diff] [blame] | 1 | |
| 2 | choice |
| 3 | prompt "SoC/CPU/Configuration Selection" |
| 4 | |
Anas Nashif | 96455d5 | 2018-09-04 14:34:06 -0500 | [diff] [blame] | 5 | source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc" |
Anas Nashif | abcf2ad | 2018-09-04 08:32:07 -0500 | [diff] [blame] | 6 | |
| 7 | endchoice |
| 8 | |
| 9 | menu "Hardware Configuration" |
Piotr Zięcik | d393186 | 2018-08-09 14:47:27 +0200 | [diff] [blame] | 10 | osource "$(SOC_DIR)/$(ARCH)/Kconfig" |
Anas Nashif | 96455d5 | 2018-09-04 14:34:06 -0500 | [diff] [blame] | 11 | osource "$(SOC_DIR)/$(ARCH)/*/Kconfig" |
Anas Nashif | abcf2ad | 2018-09-04 08:32:07 -0500 | [diff] [blame] | 12 | |
Anas Nashif | 071c9dc | 2018-09-17 10:39:56 -0500 | [diff] [blame^] | 13 | |
| 14 | module = SOC |
| 15 | module-str = SOC |
| 16 | source "subsys/logging/Kconfig.template.log_config" |
| 17 | |
Anas Nashif | abcf2ad | 2018-09-04 08:32:07 -0500 | [diff] [blame] | 18 | endmenu |