Skip to content

Commit 46da567

Browse files
Przemyslaw Bidanordicjm
authored andcommitted
[nrf fromtree] net: openthread: Fix missing dependency for OT diag.
Commit fixes missing dependency for `ot diag cw` command for nrf5xx by adding default vale to `NRF_802154_CARRIER_FUNCTIONS`. Signed-off-by: Przemyslaw Bida <[email protected]> (cherry picked from commit a923a4a)
1 parent d194bba commit 46da567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_nordic/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ config NRF_802154_SECURITY_KEY_STORAGE_SIZE
204204

205205
config NRF_802154_CARRIER_FUNCTIONS
206206
bool "nRF 802.15.4 carrier functions"
207+
default y if OPENTHREAD_DIAG
207208
help
208209
This option enables functions such as modulated carrier and continuous carrier.
209210
If this option is modified on a multicore SoC, its remote counterpart must be set to the exact same value.

0 commit comments

Comments
 (0)