nrf_bsim: Include peripheral kconfig for all simulated nrf bords

Include the nrf peripheral kconfig definitions for all simulated
nrf boards, not just for the nrf52_bsim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-12 10:24:50 +02:00 committed by Carles Cufí
commit 764c440613

View file

@ -1,14 +1,14 @@
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_BSIM
if SOC_SERIES_BSIM_NRFXX
# 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
# the simulated nrf52_bsim board, which uses the POSIX architecture, the file
# the simulated nrf5x_bsim boards, which use the POSIX architecture, the file
# must be read also from here.
source "soc/arm/nordic_nrf/Kconfig.peripherals"
endif # BOARD_NRF52_BSIM
endif # SOC_SERIES_BSIM_NRFXX
# This would eventually be shared by a possible family of simulated NRF boards