Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: do not select NRF_MODEM_LIB #17366

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/modem_info/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

menuconfig MODEM_INFO
bool "nRF91 modem information library"
select NRF_MODEM_LIB
depends on NRF_MODEM_LIB
trantanen marked this conversation as resolved.
Show resolved Hide resolved
select AT_PARSER
select AT_MONITOR

Expand Down
2 changes: 1 addition & 1 deletion lib/modem_jwt/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

menuconfig MODEM_JWT
bool "Modem JWT Library"
select NRF_MODEM_LIB
depends on NRF_MODEM_LIB
select BASE64
help
Functionality requires modem firmware version 1.3 or greater.
Expand Down
2 changes: 1 addition & 1 deletion subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_fota
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ endif # NRF_CLOUD_REST

menuconfig NRF_CLOUD_FOTA_FULL_MODEM_UPDATE
bool "Enable full modem FOTA updates"
select NRF_MODEM_LIB
depends on NRF_MODEM_LIB
select ZCBOR
select DFU_TARGET
select DFU_TARGET_FULL_MODEM
Expand Down
2 changes: 1 addition & 1 deletion subsys/net/lib/nrf_provisioning/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
menuconfig NRF_PROVISIONING
bool "nRF Provisioning"
select EXPERIMENTAL
imply NRF_MODEM_LIB
depends on NRF_MODEM_LIB
depends on SETTINGS
imply FCB

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
menuconfig NRF_PROVISIONING_CODEC
bool "nRF Provisioning codec"
select EXPERIMENTAL
imply NRF_MODEM_LIB
depends on NRF_MODEM_LIB

if NRF_PROVISIONING_CODEC

Expand Down
Loading