Commit f9b130d8 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Carles Cufi
Browse files

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: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent e0ccc37e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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