Skip to content

Commit a8dd5bf

Browse files
e-rkcarlescufi
authored andcommitted
modules: hal_nordic: Select RPMSG backend by default
The nrf_802154 module should use the IPC_SERVICE_BACKEND_RPMSG backend by default. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 3d44738 commit a8dd5bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/hal_nordic/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ endif
179179
menu "nRF 802.15.4 serialization"
180180
depends on NRF_802154_SER_HOST || NRF_802154_SER_RADIO
181181

182+
choice IPC_SERVICE_BACKEND
183+
default IPC_SERVICE_BACKEND_RPMSG
184+
endchoice
185+
182186
config NRF_802154_SER_LOG
183187
bool "802.15.4 serialization logs"
184188
default n

0 commit comments

Comments
 (0)