File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ menuconfig MODEM_ANTENNA
1111 default y if BOARD_NRF9161DK_NRF9161_NS
1212 default y if BOARD_NRF9151DK_NRF9151_NS
1313 default y if BOARD_THINGY91_NRF9160_NS
14+ default y if BOARD_TPM530MEVK_TPM530M_NS
1415
1516if MODEM_ANTENNA
1617
@@ -36,6 +37,10 @@ config MODEM_ANTENNA_AT_MAGPIO
3637
3738config MODEM_ANTENNA_AT_COEX0
3839 string "AT%XCOEX0 command"
40+ # TPM530M EVK does not have an onboard antenna and LNA needs to be always enabled.
41+ # The next line is needed for correct configuration when CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL
42+ # is enabled.
43+ default "AT\%XCOEX0=1,1,1565,1586" if BOARD_TPM530MEVK_TPM530M_NS
3944 default "AT\%XCOEX0=1,1,1565,1586" if MODEM_ANTENNA_GNSS_ONBOARD
4045 default "AT\%XCOEX0" if MODEM_ANTENNA_GNSS_EXTERNAL
4146 help
You can’t perform that action at this time.
0 commit comments