Skip to content

Commit

Permalink
net: openthread: Fix missing dependency for OT diag shell.
Browse files Browse the repository at this point in the history
Commit fixes missing dependency for `ot diag cw` command for nrf5xx
by adding `NRF_802154_CARRIER_FUNCTIONS`.

Signed-off-by: Przemyslaw Bida <[email protected]>
  • Loading branch information
canisLupus1313 committed Aug 13, 2024
1 parent 5368d7d commit 3e69577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/openthread/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ config OPENTHREAD_DHCP6_SERVER

config OPENTHREAD_DIAG
bool "Diagnostic functions support"
select NRF_802154_CARRIER_FUNCTIONS if IEEE802154_NRF5
help
Enable OpenThread CLI diagnostic commands

Expand Down

0 comments on commit 3e69577

Please sign in to comment.