2019-04-06 15:08:09 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-09-12 10:24:50 +02:00
|
|
|
if SOC_SERIES_BSIM_NRFXX
|
2018-09-14 16:20:11 +02:00
|
|
|
|
2019-08-08 10:52:20 +02:00
|
|
|
# The following file is normally parsed only for the ARM architecture, which is
|
|
|
|
# used by Nordic SoCs, so to make the symbols defined in this file available for
|
2023-09-12 10:24:50 +02:00
|
|
|
# the simulated nrf5x_bsim boards, which use the POSIX architecture, the file
|
2019-08-08 10:52:20 +02:00
|
|
|
# must be read also from here.
|
|
|
|
source "soc/arm/nordic_nrf/Kconfig.peripherals"
|
|
|
|
|
2023-09-12 10:24:50 +02:00
|
|
|
endif # SOC_SERIES_BSIM_NRFXX
|
2018-09-14 16:20:11 +02:00
|
|
|
|
|
|
|
|
|
|
|
# This would eventually be shared by a possible family of simulated NRF boards
|
|
|
|
# which use BabbleSim. When that happens, we can move this to a common
|
|
|
|
# Kconfig file
|
|
|
|
|
|
|
|
config SOC_SERIES_BSIM_NRFXX
|
|
|
|
bool
|
|
|
|
depends on SOC_POSIX
|
|
|
|
help
|
|
|
|
Any NRF simulated SOC with BabbleSim, based on the POSIX arch
|
|
|
|
|
|
|
|
config SOC_SERIES_BSIM_NRF52X
|
|
|
|
bool
|
|
|
|
depends on SOC_SERIES_BSIM_NRFXX
|
|
|
|
help
|
|
|
|
Any NRF52 simulated SOC with BabbleSim, based on the POSIX arch
|