2018-09-04 21:32:07 +08:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "SoC/CPU/Configuration Selection"
|
|
|
|
|
2018-09-05 03:34:06 +08:00
|
|
|
source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
|
2018-09-04 21:32:07 +08:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
menu "Hardware Configuration"
|
2018-08-09 20:47:27 +08:00
|
|
|
osource "$(SOC_DIR)/$(ARCH)/Kconfig"
|
2018-09-05 03:34:06 +08:00
|
|
|
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
|
2018-09-04 21:32:07 +08:00
|
|
|
|
2018-09-17 23:39:56 +08:00
|
|
|
|
|
|
|
module = SOC
|
|
|
|
module-str = SOC
|
|
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
|
2018-09-04 21:32:07 +08:00
|
|
|
endmenu
|
2018-10-03 21:51:11 +08:00
|
|
|
|
|
|
|
# The helper symbols below are put here due to an unusual setup: The simulated
|
|
|
|
# nrf52_bsim board uses the POSIX arch, but is compatible with Nordic ARM
|
|
|
|
# boards
|
|
|
|
|
|
|
|
config SOC_COMPATIBLE_NRF
|
|
|
|
bool
|
|
|
|
|
|
|
|
config SOC_COMPATIBLE_NRF52X
|
|
|
|
bool
|
|
|
|
|
|
|
|
config SOC_COMPATIBLE_NRF52832
|
|
|
|
bool
|