Skip to content

Commit 44751a1

Browse files
czeslawmakarskiMaureenHelm
authored andcommitted
modules/Kconfig.nordic: Allow using direct 802.15.4 calls for nRF53
This PR allows the use of direct IEEE 802.15.4 nRF Driver calls in case a serialized (nRF53) version of the Radio Driver is used. Signed-off-by: Czeslaw Makarski <[email protected]>
1 parent 280c21f commit 44751a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Kconfig.nordic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ config NRF_802154_SER_HOST
110110
select IPM_MSG_CH_0_TX
111111
select IPM_MSG_CH_1_RX
112112
select OPENAMP
113-
select IEEE802154_NRF5_EXT_IRQ_MGMT
113+
select IEEE802154_NRF5_EXT_IRQ_MGMT if IEEE802154_NRF5
114114
help
115115
Enable serialization of nRF IEEE 802.15.4 Driver. This option is to be
116116
used if radio is not available in the core, but radio services are

0 commit comments

Comments
 (0)