Skip to content

Commit 36d4807

Browse files
maxd-nordicnordicjm
authored andcommitted
lib: location: add prompt for netif kconfig
Make it possible to manually configure netif up/down feature for Wi-Fi based location. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 50722c5 commit 36d4807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/location/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ config LOCATION_METHOD_WIFI_NET_MGMT
4343
Network Management APIs in tests for mocking purposes.
4444

4545
config LOCATION_METHOD_WIFI_NET_IF_UPDOWN
46-
bool
46+
bool "Use netif up/down for Wi-Fi"
4747
default y if (BOARD_THINGY91X_NRF9151 || BOARD_THINGY91X_NRF9151_NS || BOARD_THINGY91X_NRF5340_CPUAPP || BOARD_THINGY91X_NRF5340_CPUAPP_NS)
4848
depends on LOCATION_METHOD_WIFI_NET_MGMT
4949
help
50-
Use the Network Interface Up/Down APIs for Wi-Fi functionality.
50+
Use the Network Interface Up/Down APIs for Wi-Fi functionality to save power.
5151

5252

5353
config LOCATION_METHODS_LIST_SIZE

0 commit comments

Comments
 (0)