Skip to content

Commit

Permalink
lib: modem_info: do not select NRF_MODEM_LIB
Browse files Browse the repository at this point in the history
libmodem is enabled automatically for all nRF9 projects.
Using `select` to express a dependency is bad practice,
and should be avoided in favour of `depends on`.

Signed-off-by: Emanuele Di Santo <[email protected]>
  • Loading branch information
lemrey committed Sep 18, 2024
1 parent 4273cb7 commit 053c63d
Showing 1 changed file with 1 addition and 1 deletion.
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
select AT_PARSER
select AT_MONITOR

Expand Down

0 comments on commit 053c63d

Please sign in to comment.