File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
subsys/net/lib/nrf_provisioning
tests/subsys/net/lib/nrf_provisioning Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 77menuconfig NRF_PROVISIONING
88 bool "nRF Provisioning"
99 select EXPERIMENTAL
10- imply NRF_MODEM_LIB
10+ depends on NRF_MODEM_LIB
1111 depends on SETTINGS
1212 imply FCB
1313
Original file line number Diff line number Diff line change 66menuconfig NRF_PROVISIONING_CODEC
77 bool "nRF Provisioning codec"
88 select EXPERIMENTAL
9- imply NRF_MODEM_LIB
9+ depends on NRF_MODEM_LIB
1010
1111if NRF_PROVISIONING_CODEC
1212
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2025 Nordic Semiconductor ASA
3+ #
4+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+ #
6+
7+ menuconfig NRF_PROVISIONING
8+ bool "nRF Provisioning"
9+ select EXPERIMENTAL
10+ #depends on NRF_MODEM_LIB
11+ depends on SETTINGS
12+ imply FCB
13+ help
14+ Redefinition to disable modemlib requirement from the tests as we want to mock it.
15+
16+ menuconfig NRF_PROVISIONING_CODEC
17+ bool "nRF Provisioning codec"
18+ select EXPERIMENTAL
19+ #depends on NRF_MODEM_LIB
20+ help
21+ Redefinition to disable modemlib requirement from the tests as we want to mock it.
22+
23+ menu "Zephyr Kernel"
24+ source "Kconfig.zephyr"
25+ endmenu
You can’t perform that action at this time.
0 commit comments