Skip to content

Commit 699ec52

Browse files
committed
fix incorrect kconfig default value of false, should be n
1 parent 2eb73ab commit 699ec52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/modem/Kconfig.cellular

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ config MODEM_CELLULAR_NEW_BAUDRATE_DELAY
6565
config MODEM_CELLULAR_POWER_ON_GNSS
6666
bool "Power on the modem's GNSS module"
6767
depends on DT_HAS_SIMCOM_A76XX_ENABLED
68-
default false
68+
default n
6969

7070
endif

0 commit comments

Comments
 (0)