2018-09-04 08:32:07 -05:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "SoC/CPU/Configuration Selection"
|
|
|
|
|
2018-09-04 14:34:06 -05:00
|
|
|
source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
|
2018-09-04 08:32:07 -05:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
menu "Hardware Configuration"
|
2018-08-09 14:47:27 +02:00
|
|
|
osource "$(SOC_DIR)/$(ARCH)/Kconfig"
|
2018-09-04 14:34:06 -05:00
|
|
|
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
|
2018-09-04 08:32:07 -05:00
|
|
|
|
2018-09-17 10:39:56 -05:00
|
|
|
|
|
|
|
module = SOC
|
|
|
|
module-str = SOC
|
|
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
|
2018-09-04 08:32:07 -05:00
|
|
|
endmenu
|
2018-10-03 15:51:11 +02: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
|