openthread: Align Kconfigs with Zephyr changes#22366
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b46c47966051141c3f2124182b30ac81a2ebe9f5 more detailssdk-nrf:
nrfxlib:
matter:
Github labels
List of changed files detected by CI (41)Outputs:ToolchainVersion: 1d2c5d0ab5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
|
@nrfconnect/ncs-co-build-system please review. |
Replace `NET_L2_OPENTHREAD` with `OPENTHREAD` as OpenThread Kconfigs were moved from L2 to OpenThread module. Keep `NET_L2_OPENTHREAD` if there is dependency to networking. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
Update nrfxlib revision. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
Update Matter SDK revision. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
Replace
NET_L2_OPENTHREADwithOPENTHREADas OpenThread Kconfigswere moved from L2 to OpenThread module.
Keep
NET_L2_OPENTHREADif there is dependency to networking.