nrf52_bsim: Enable building Nordic HAL drivers for this board

Namely the 802.15.4 driver.
This commit just allows selecting it. It does not enale it
by default.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-03-16 15:39:19 +01:00 committed by Carles Cufí
parent e0ccc37ea5
commit f9b130d838

View file

@ -11,6 +11,7 @@ config BOARD_NRF52_BSIM
select NRF_RTC_TIMER
select CLOCK_CONTROL
select HAS_NRFX
select HAS_NORDIC_DRIVERS
help
Will produce a console Linux process which can be executed natively.
It needs the BabbleSim simulator both in compile time and to execute