nRF9161 DK - hello_dect sample library dependencies

Hi, I am trying to use the DECT NR+ sample from the 2.7.0 nrfconnect sdk but I can't seem to get the following to work in the prj.conf:

CONFIG_NRF_MODEM_LIB=y
CONFIG_MODEM_ANTENNA=y
CONFIG_NRF_MODEM_LINK_BINARY_DECT_PHY=y

the results of my build give me the following:
CONFIG_NRF_MODEM_LIB was assigned the value y, but got the value n. Missing dependencies:
SOC_SERIES_NRF91X && TRUSTED_EXECUTION_NONSECURE

CONFIG_MODEM_ANTENNA was assigned the value y, but got the value n. Missing dependencies:
NRF_MODEM_LIB

CONFIG_NRF_MODEM_LINK_BINARY_DECT_PHY was assigned the value y, but got the value n. Missing dependencies:
<choice>
this is my build setup:
Parents Reply Children
No Data
Related