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
11
11
default y if BOARD_NRF9161DK_NRF9161_NS
12
12
default y if BOARD_NRF9151DK_NRF9151_NS
13
13
default y if BOARD_THINGY91_NRF9160_NS
14
+ default y if BOARD_TPM530MEVK_TPM530M_NS
14
15
15
16
if MODEM_ANTENNA
16
17
@@ -36,6 +37,10 @@ config MODEM_ANTENNA_AT_MAGPIO
36
37
37
38
config MODEM_ANTENNA_AT_COEX0
38
39
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
39
44
default "AT\%XCOEX0=1,1,1565,1586" if MODEM_ANTENNA_GNSS_ONBOARD
40
45
default "AT\%XCOEX0" if MODEM_ANTENNA_GNSS_EXTERNAL
41
46
help
You can’t perform that action at this time.
0 commit comments